TokenExchangeInvokeResponse interface
トークン交換呼び出しの応答オブジェクト。
プロパティ
connection |
接続名。 |
failure |
トークン交換が失敗した理由の詳細。 |
id | OAuthCard の ID。 |
properties | プロパティのオーバーフローに関する拡張データ。 |
プロパティの詳細
connectionName
接続名。
connectionName: string
プロパティ値
string
failureDetail
トークン交換が失敗した理由の詳細。
failureDetail: string
プロパティ値
string
id
OAuthCard の ID。
id: string
プロパティ値
string
properties
プロパティのオーバーフローに関する拡張データ。
properties?: Record<string, unknown>
プロパティ値
Record<string, unknown>