CommunicationUserToken interface

The issued token and the user it was issued for.

Extends

Properties

user

Represents the user the token was issued for

Inherited Properties

expiresOn

The expiry time of the token.

token

The access token issued for the user.

Property Details

user

Represents the user the token was issued for

user: CommunicationUserIdentifier

Property Value

Inherited Property Details

expiresOn

The expiry time of the token.

expiresOn: Date

Property Value

Date

Inherited From CommunicationAccessToken.expiresOn

token

The access token issued for the user.

token: string

Property Value

string

Inherited From CommunicationAccessToken.token