TokenExchangeRequest interface
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