Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenCredentialOptions

Package version

Provides options to configure how the Identity library makes authentication requests to Azure Active Directory.

Hierarchy

Index

Properties

Optional authorityHost

authorityHost: undefined | string

The authority host to use for authentication requests. The default is "https://login.microsoftonline.com".

Optional httpClient

httpClient: HttpClient

The HttpClient implementation to use for outgoing HTTP requests. Defaults to DefaultHttpClient.

Optional keepAliveOptions

keepAliveOptions: KeepAliveOptions

Optional proxyOptions

proxyOptions: ProxyOptions

Options to configure a proxy for outgoing requests.

Optional redirectOptions

redirectOptions: RedirectOptions

Options for how redirect responses are handled.

Optional retryOptions

retryOptions: RetryOptions

Options that control how to retry failed requests.

Optional userAgentOptions

userAgentOptions: UserAgentOptions

Options for adding user agent details to outgoing requests.

Generated using TypeDoc