package msal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- msal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Account extends Object
This is really a class, but I do not need to create one so make it a struct.
This is really a class, but I do not need to create one so make it a struct.
- Annotations
- @JSType() @native()
- class AuthError extends Error
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "AuthError")
- trait AuthOptions extends Object
- Annotations
- @JSType()
- trait AuthResponse extends Object
- Annotations
- @JSType() @native()
- type AuthResponseCallback = Function2[|[AuthError, Null], UndefOr[AuthResponse], Unit]
- trait AuthenticationParameters extends Object
- Annotations
- @JSType()
- abstract class Authority extends Object
- Annotations
- @JSType() @native() @JSImport("@azure/authority", "Authority")
- sealed trait AuthorityType extends Any
- Annotations
- @JSType() @native()
- sealed trait CacheLocation extends Any
- Annotations
- @JSType() @native()
- trait CacheOptions extends Object
- Annotations
- @JSType()
- class ClientAuthError extends AuthError
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "ClientAuthError")
- class ClientConfigurationError extends ClientAuthError
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "ClientConfigurationError")
- trait Configuration extends Object with ConfigurationBase
- Annotations
- @JSType()
- trait ConfigurationBase extends Object
- Annotations
- @JSType()
- trait ConfigurationInit extends Object with ConfigurationBase
- Annotations
- @JSType()
- type ErrorReceivedCallback = Function2[AuthError, String, Unit]
- trait FrameworkOptions extends Object
- Annotations
- @JSType()
- trait IdToken extends Object
Really a class but we make a non-native js trait.
Really a class but we make a non-native js trait.
- Annotations
- @JSType() @native()
- class InteractionRequiredAuthError extends ServerError
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "InteractionRequiredAuthError")
- sealed trait LogLevel extends Any
- Annotations
- @JSType() @native()
- class Logger extends Object
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "Logger")
- type LoggerCallback = Function3[Int, String, Boolean, Unit]
- trait LoggerOptions extends Object
- Annotations
- @JSType()
- class ServerError extends AuthError
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "ServerError")
- type StringDict = Dictionary[String]
- trait SystemOptions extends Object
- Annotations
- @JSType()
- type TelemetryEmitter = Function1[Array[Object], Unit]
Emits telemetry event objects.
- trait TelemetryOptions extends Object
- Annotations
- @JSType()
- type TokenReceivedCallback = Function1[AuthResponse, Unit]
- class UserAgentApplication extends Object
- Annotations
- @JSType() @native() @JSImport("@azure/msal", "UserAgentApplication")
Value Members
- object Account extends Object
- Annotations
- @native() @JSImport("@azure/msal", "Account")
- object AuthError extends Object
- Annotations
- @native() @JSImport("@azure/msal", "AuthError")
- object AuthorityType
- object CacheLocation
- object ClientAuthError extends Object
- Annotations
- @native() @JSImport("@azure/msal", "ClientAuthError")
- object ClientConfigurationError extends Object
- Annotations
- @native() @JSImport("@azure/msal", "ClientConfigurationError")
- object Configuration extends Object
- Annotations
- @native() @JSImport("@azure/msal", "Configuration")
- object ConfigurationInit
- object CryptoUtils extends Object
- Annotations
- @native() @JSImport("@azure/msal/utils", "CryptoUtils")
- object InteractionRequiredAuthError extends Object
- Annotations
- @native() @JSImport("@azure/msal", "InteractionRequiredAuthError")
- object LogLevel
- object ServerError extends Object
- Annotations
- @native() @JSImport("@azure/msal", "ServerError")
- object TimeUtils extends Object
- Annotations
- @native() @JSImport("@azure/msal/utils", "TimeUtils")
- object TokenUtils extends Object
- Annotations
- @native() @JSImport("@azure/msal/utils", "TimeUtils")