Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TokenStatus interface
- Package:
- @microsoft/agents-hosting
Represents the status of a token. This interface defines the structure of a token status, including channel ID, connection name, and other metadata.
Properties
| channelId | The ID of the channel associated with the token. |
| connectionName | The connection name associated with the token. |
| hasToken | Indicates whether a token is available. |
| serviceProviderDisplayName | 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
