TokenResponse Class

A response that includes a user token.

Inheritance
msrest.serialization.Model
TokenResponse

Constructor

TokenResponse(*, connection_name: str = None, token: str = None, expiration: str = None, channel_id: str = None, **kwargs)

Parameters

Name Description
connection_name
Required
str

The connection name

token
Required
str

The user token

expiration
Required
str

Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z")

channel_id
Required
str

The channelId of the TokenResponse

Keyword-Only Parameters

Name Description
connection_name
Required
token
Required
expiration
Required
channel_id
Required