place.stream.account.defs
Lexicon Version: 1
Definitions
Section titled “Definitions”loginResponse
Section titled “loginResponse”Type: object
Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
redirectUrl | string | ✅ | Format: uri |
Lexicon Source
Section titled “Lexicon Source”{ "lexicon": 1, "id": "place.stream.account.defs", "defs": { "loginResponse": { "type": "object", "required": ["redirectUrl"], "properties": { "redirectUrl": { "type": "string", "format": "uri" } } } }}