Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MSALImplicit

Package version

Uses MSAL directly for browser authentication, which uses the Implicit Grant Flow

Hierarchy

  • MSALImplicit

Implements

Index

Constructors

constructor

  • Sets up an MSAL object based on the given parameters. MSAL with Implicit Grant is not compatible with the account workflow we use from the MSAL Auth Code flow. In this case, any authenticationRecord received will be ignored.

    Parameters

    • options: MSALOptions

      Parameters necessary and otherwise used to create the MSAL object.

    Returns MSALImplicit

Methods

acquireToken

authenticate

getActiveAccount

handleRedirect

login

Generated using TypeDoc