TokenCredentialOptions interface
提供選項,以設定身分識別連結庫如何對 Microsoft Entra ID 提出驗證要求。
- Extends
屬性
authority |
用於驗證要求的授權單位主機。 可能的值可透過 AzureAuthorityHosts 取得。 預設值為 "https://login.microsoftonline.com"。 |
logging |
允許使用者設定記錄原則選項的設定、允許記錄帳戶資訊和客戶支援的個人標識資訊。 |
繼承的屬性
additional |
要包含在 HTTP 管線中的其他原則。 |
allow |
如果要求是透過 HTTP 傳送,而不是 HTTPS,請將 設定為 true |
http |
將用來傳送 HTTP 要求的 HttpClient。 |
proxy |
設定傳出要求的 Proxy 選項。 |
redirect |
重新導向回應處理方式的選項。 |
retry |
控制如何重試失敗要求的選項。 |
telemetry |
將一般遙測和追蹤資訊設定為傳出要求的選項。 |
tls |
設定 TLS 驗證的選項 |
user |
將使用者代理程式詳細數據新增至傳出要求的選項。 |
屬性詳細資料
authorityHost
用於驗證要求的授權單位主機。 可能的值可透過 AzureAuthorityHosts 取得。 預設值為 "https://login.microsoftonline.com"。
authorityHost?: string
屬性值
string
loggingOptions
允許使用者設定記錄原則選項的設定、允許記錄帳戶資訊和客戶支援的個人標識資訊。
loggingOptions?: LogPolicyOptions & { allowLoggingAccountIdentifiers?: boolean, enableUnsafeSupportLogging?: boolean }
屬性值
LogPolicyOptions & { allowLoggingAccountIdentifiers?: boolean, enableUnsafeSupportLogging?: boolean }
繼承的屬性詳細資料
additionalPolicies
要包含在 HTTP 管線中的其他原則。
additionalPolicies?: AdditionalPolicyConfig[]
屬性值
繼承自 CommonClientOptions.additionalPolicies
allowInsecureConnection
如果要求是透過 HTTP 傳送,而不是 HTTPS,請將 設定為 true
allowInsecureConnection?: boolean
屬性值
boolean
繼承自 CommonClientOptions.allowInsecureConnection
httpClient
將用來傳送 HTTP 要求的 HttpClient。
httpClient?: HttpClient
屬性值
繼承自 CommonClientOptions.httpClient
proxyOptions
設定傳出要求的 Proxy 選項。
proxyOptions?: ProxySettings
屬性值
繼承自 CommonClientOptions.proxyOptions
redirectOptions
重新導向回應處理方式的選項。
redirectOptions?: RedirectPolicyOptions
屬性值
繼承自 CommonClientOptions.redirectOptions
retryOptions
控制如何重試失敗要求的選項。
retryOptions?: PipelineRetryOptions
屬性值
繼承自 CommonClientOptions.retryOptions
telemetryOptions
將一般遙測和追蹤資訊設定為傳出要求的選項。
telemetryOptions?: TelemetryOptions
屬性值
繼承自 CommonClientOptions.telemetryOptions
tlsOptions
userAgentOptions
將使用者代理程式詳細數據新增至傳出要求的選項。
userAgentOptions?: UserAgentPolicyOptions
屬性值
繼承自 CommonClientOptions.userAgentOptions