OnBehalfOfCredentialSecretOptions interface
定義參數,以使用秘密驗證 OnBehalfOfCredential 。
屬性
client |
用戶端 (應用程式) 租用戶中應用程式註冊的標識碼。 |
client |
為應用程式註冊產生的用戶端密碼。 |
tenant |
Microsoft Entra 租使用者 (目錄) 識別符。 |
user |
代理者流程的用戶判斷提示。 |
屬性詳細資料
clientId
用戶端 (應用程式) 租用戶中應用程式註冊的標識碼。
clientId: string
屬性值
string
clientSecret
為應用程式註冊產生的用戶端密碼。
clientSecret: string
屬性值
string
tenantId
Microsoft Entra 租使用者 (目錄) 識別符。
tenantId: string
屬性值
string
userAssertionToken
代理者流程的用戶判斷提示。
userAssertionToken: string
屬性值
string