TokenExchangeInvokeResponse interface
Represents the response for a token exchange invoke operation.
Properties
| connection |
The connection name associated with the token exchange response. |
| failure |
(Optional) Details about any failure that occurred during the token exchange. |
| id | The ID associated with the token exchange response. |
Property Details
connectionName
The connection name associated with the token exchange response.
connectionName: string
Property Value
string
failureDetail
(Optional) Details about any failure that occurred during the token exchange.
failureDetail?: string
Property Value
string
id
The ID associated with the token exchange response.
id?: string
Property Value
string