TokenStatus interface
Represents the status of a token. This interface defines the structure of a token status, including channel ID, connection name, and other metadata.
Properties
channel |
The ID of the channel associated with the token. |
connection |
The connection name associated with the token. |
has |
Indicates whether a token is available. |
service |
The display name of the service provider. |
Property Details
channelId
The ID of the channel associated with the token.
channelId: string
Property Value
string
connectionName
The connection name associated with the token.
connectionName: string
Property Value
string
hasToken
Indicates whether a token is available.
hasToken: boolean
Property Value
boolean
serviceProviderDisplayName
The display name of the service provider.
serviceProviderDisplayName: string
Property Value
string