TokenResponse interface
A response that includes a user token
Properties
| channel |
|
| connection |
The connection name |
| expiration | Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z") |
| properties | A collection of properties about this response, such as token polling parameters |
| token | The user token |
Property Details
channelId
channelId?: string
Property Value
string
connectionName
The connection name
connectionName: string
Property Value
string
expiration
Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z")
expiration: string
Property Value
string
properties
A collection of properties about this response, such as token polling parameters
properties?: [key: string]: any
Property Value
[key: string]: any
token
The user token
token: string
Property Value
string