CommunicationAccessToken interface
The access token for a user.
Properties
expires |
The expiry time of the token. |
token | The access token issued for the user. |
Property Details
expiresOn
The expiry time of the token.
expiresOn: Date
Property Value
Date
token
The access token issued for the user.
token: string
Property Value
string