Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface CreateChatTokenResponse

Hierarchy

Properties

sessionExpirationTime?: Date

Time after which an end user's session is no longer valid. This is an ISO 8601 timestamp; note that this is returned as a string.

token?: string

The issued client token, encrypted.

tokenExpirationTime?: Date

Time after which the token is no longer valid and cannot be used to connect to a room. This is an ISO 8601 timestamp; note that this is returned as a string.