TokenExchangeRequest interface
Represents a request for exchanging tokens. This interface defines the structure of a token exchange request, including the URI, token, and ID.
Properties
id | The ID associated with the token exchange request. |
token | The token to be exchanged. |
uri | The URI for the token exchange request. |
Property Details
id
The ID associated with the token exchange request.
id?: string
Property Value
string
token
The token to be exchanged.
token?: string
Property Value
string
uri
The URI for the token exchange request.
uri?: string
Property Value
string