SessionToken interface
Represents a session token to be attached in Events for Consumer actions that need it.
Properties
| error | The error message in case of error |
| token | The access token |
| valid |
The expiration date in UTC |
Property Details
error
The error message in case of error
error: string
Property Value
string
token
The access token
token: string
Property Value
string
validTo
The expiration date in UTC
validTo: Date
Property Value
Date