ITokenResponse interface
An interface representing TokenResponse. A response that includes a user token
Properties
connection |
The connection name |
expiration | Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z") |
token | The user token |
Property Details
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
token
The user token
token: string
Property Value
string