TokenExchangeInvokeRequest interface
A request to exchange a token.
Properties
| connection |
The connection name. |
| id | The id from the OAuthCard. |
| token | The user token that can be exchanged. |
Property Details
connectionName
The connection name.
connectionName: string
Property Value
string
id
The id from the OAuthCard.
id: string
Property Value
string
token
The user token that can be exchanged.
token: string
Property Value
string