CommunicationIdentityToken Class

CommunicationIdentityToken.

All required parameters must be populated in order to send to Azure.

Inheritance
CommunicationIdentityToken

Constructor

CommunicationIdentityToken(*, id: str, token: str, expires_on: datetime.datetime, **kwargs)

Parameters

id
str
Required

Required. Identifier of the identity owning the token.

token
str
Required

Required. The token issued for the identity.

expires_on
datetime
Required

Required. The expiry time of the token.