TokenExchangeInvokeResponse interface
The response object of a token exchange invoke.
Properties
connection |
The connection name. |
failure |
The details of why the token exchange failed. |
id | The id from the OAuthCard. |
properties | Extension data for overflow of properties. |
Property Details
connectionName
The connection name.
connectionName: string
Property Value
string
failureDetail
The details of why the token exchange failed.
failureDetail: string
Property Value
string
id
The id from the OAuthCard.
id: string
Property Value
string
properties
Extension data for overflow of properties.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>