GetTokenForTeamsUserOptions interface
用來交換 Teams 使用者的 AAD 存取令牌的選項,以取得新的通訊身分識別存取令牌。
- Extends
屬性
| client |
要針對 Azure AD 存取令牌中的 appId 宣告驗證的 Azure AD 應用程式的用戶端識別碼。 |
| teams |
Teams 使用者的 Azure Active Directory 存取令牌。 |
| user |
要針對 Azure AD 存取令牌中的 OID 宣告驗證的 Azure AD 使用者 (Teams 使用者) 物件識別碼。 |
繼承的屬性
| abort |
可用來中止要求的訊號。 |
| on |
每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。 |
| request |
建立和傳送此作業之 HTTP 要求時所使用的選項。 |
| serializer |
覆寫串行化/取消串行化行為的選項。 |
| tracing |
啟用追蹤時所使用的選項。 |
屬性詳細資料
clientId
要針對 Azure AD 存取令牌中的 appId 宣告驗證的 Azure AD 應用程式的用戶端識別碼。
clientId: string
屬性值
string
teamsUserAadToken
Teams 使用者的 Azure Active Directory 存取令牌。
teamsUserAadToken: string
屬性值
string
userObjectId
要針對 Azure AD 存取令牌中的 OID 宣告驗證的 Azure AD 使用者 (Teams 使用者) 物件識別碼。
userObjectId: string
屬性值
string
繼承的屬性詳細資料
abortSignal
onResponse
每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。
onResponse?: RawResponseCallback
屬性值
繼承自 OperationOptions.onResponse
requestOptions
建立和傳送此作業之 HTTP 要求時所使用的選項。
requestOptions?: OperationRequestOptions
屬性值
繼承自 OperationOptions.requestOptions
serializerOptions
覆寫串行化/取消串行化行為的選項。
serializerOptions?: SerializerOptions
屬性值
繼承自 OperationOptions.serializerOptions
tracingOptions
啟用追蹤時所使用的選項。
tracingOptions?: OperationTracingOptions
屬性值
繼承自 OperationOptions.tracingOptions