azure.msal.browser

Type members

Classlikes

@native @JSImport("@azure/msal-browser", "BrowserAuthError") @JSType
class BrowserAuthError(code: String, message: UndefOr[String]) extends AuthError
Companion
object
@native @JSImport("@azure/msal-browser", "BrowserAuthError") @JSType
object BrowserAuthError extends Object
Companion
class
@JSType
trait BrowserAuthOptionsBase extends Object
@native @JSImport("@azure/msal-browser", "BrowserConfigurationAuthError") @JSType
class BrowserConfigurationAuthError(code: String, message: UndefOr[String]) extends AuthError
Companion
object
@native @JSImport("@azure/msal-browser", "BrowserConfigurationAuthError") @JSType
object BrowserConfigurationAuthError extends Object
Companion
class
@JSType
@native @JSType
sealed
trait CacheLocation extends Any
Companion
object
Companion
class
@JSType
trait CacheOptions extends Object
@JSType
@JSType
trait ConfigurationBase extends Object
@JSType
Companion
object
Companion
class
@native @JSImport("@azure/msal-browser/crypto", "CryptoOps") @JSType
class CryptoUtils() extends Object
@native @JSImport("@azure/msal-browser/crypto", "GuidGenerator") @JSType
class GuidGenerator() extends Object
@native @JSType
trait IPublicClientApplication extends Object
@native @JSImport("@azure/msal-browser", "PublicClientApplication") @JSType
@JSType

Value members

Concrete methods

@native @JSImport("@azure/msal-browser/config/Configuration", "buildConfiguration")