TokenExchangeInvokeResponse interface

The response object of a token exchange invoke.

Properties

connectionName

The connection name.

failureDetail

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>