TokenResponse Class
A response that includes a user token.
Constructor
TokenResponse(*, connection_name: str = None, token: str = None, expiration: str = None, channel_id: str = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
connection_name
Required
|
The connection name |
|
token
Required
|
The user token |
|
expiration
Required
|
Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z") |
|
channel_id
Required
|
The channelId of the TokenResponse |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
connection_name
Required
|
|
|
token
Required
|
|
|
expiration
Required
|
|
|
channel_id
Required
|
|