TokenExchangeInvokeRequest interface
Represents a token exchange invoke request.
Properties
connection |
The name of the connection. |
id | The unique identifier for the request. |
token | The token to be exchanged. |
Property Details
connectionName
The name of the connection.
connectionName: string
Property Value
string
id
The unique identifier for the request.
id: string
Property Value
string
token
The token to be exchanged.
token: string
Property Value
string