TokenStatus Class
The status of a user token.
Constructor
pydantic model TokenStatus
Parameters
| Name | Description |
|---|---|
|
channel_id
Required
|
The channelId of the token status pertains to. |
|
connection_name
Required
|
The name of the connection the token status pertains to. |
|
has_token
Required
|
True if a token is stored for this ConnectionName. |
|
service_provider_display_name
Required
|
The display name of the service provider for which this Token belongs to. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
channelId
|
Default value: None
|
|
connectionName
|
Default value: None
|
|
hasToken
|
Default value: None
|
|
serviceProviderDisplayName
|
Default value: None
|
Attributes
channel_id
field channel_id: str | None = None (alias 'channelId')
connection_name
field connection_name: str | None = None (alias 'connectionName')
has_token
field has_token: bool | None = None (alias 'hasToken')
service_provider_display_name
field service_provider_display_name: str | None = None (alias 'serviceProviderDisplayName')