The authority host to use for authentication requests. The default is "https://login.microsoftonline.com".
The client (application) ID of an App Registration in the tenant.
The HttpClient implementation to use for outgoing HTTP requests. Defaults to DefaultHttpClient.
Specifies whether a redirect or a popup window should be used to initiate the user authentication flow. Possible values are "redirect" or "popup" (default).
Gets the URI to which the user will be redirected when logging out.
Defaults to window.location.href
.
Options to configure a proxy for outgoing requests.
Options for how redirect responses are handled.
Gets the redirect URI of the application. This should be same as the value
in the application registration portal. Defaults to window.location.href
.
Options that control how to retry failed requests.
The Azure Active Directory tenant (directory) ID.
Options for adding user agent details to outgoing requests.
Generated using TypeDoc
Defines options for the InteractiveBrowserCredential class.