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.
Specifies whether a redirect or a popup window should be used to initiate the user authentication flow. Possible values are "redirect" or "popup" (default) for browser and "popup" (default) for node.
Gets the URI to which the user will be redirected when logging out.
Defaults to window.location.href
.
Gets the redirect URI of the application. This should be same as the value
in the application registration portal. Defaults to window.location.href
.
The Azure Active Directory tenant (directory) ID.
Generated using TypeDoc
Defines options for the InteractiveBrowserCredential class.