Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TokenExchangeRequest interface
- Package:
- @microsoft/agents-hosting
Represents a request for exchanging tokens. This interface defines the structure of a token exchange request, including the URI, token, and ID.
Property Details
token
The token to be exchanged.
token?: string
Property Value
string
uri
The URI for the token exchange request.
uri?: string
Property Value
string
