MsalProviderOptions Class

Definition

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.

Applies to