MsalProviderOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authentication provider options for the msal.js authentication provider.
public ref class MsalProviderOptions
public class MsalProviderOptions
type MsalProviderOptions = class
Public Class MsalProviderOptions
- Inheritance
-
MsalProviderOptions
Constructors
MsalProviderOptions() |
Properties
AdditionalScopesToConsent |
Gets or sets a list of additional scopes to consent during the initial sign-in flow. |
Authentication |
Gets or sets the MsalAuthenticationOptions to use for authentication operations. |
Cache |
Gets or sets the msal.js cache options. |
DefaultAccessTokenScopes |
Gets or set the list of default access tokens scopes to provision during the sign-in flow. |
LoginMode |
Gets or sets the login mode that is used when initiating the sign-in flow. |