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>