TokenExchangeInvokeResponse interface
令牌交換調用的回應物件。
屬性
connection |
連接名稱。 |
failure |
令牌交換失敗原因的詳細數據。 |
id | OAuthCard 中的標識碼。 |
properties | 屬性溢位的延伸模組數據。 |
屬性詳細資料
connectionName
連接名稱。
connectionName: string
屬性值
string
failureDetail
令牌交換失敗原因的詳細數據。
failureDetail: string
屬性值
string
id
OAuthCard 中的標識碼。
id: string
屬性值
string
properties
屬性溢位的延伸模組數據。
properties?: Record<string, unknown>
屬性值
Record<string, unknown>