package msal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. msal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. class AuthError extends Error
    Annotations
    @JSType() @native() @JSImport("@azure/msal", "AuthError")
  3. trait AuthOptions extends Object
    Annotations
    @JSType()
  4. trait AuthResponse extends Object
    Annotations
    @JSType() @native()
  5. type AuthResponseCallback = Function2[|[AuthError, Null], UndefOr[AuthResponse], Unit]
  6. trait AuthenticationParameters extends Object
    Annotations
    @JSType()
  7. abstract class Authority extends Object
    Annotations
    @JSType() @native() @JSImport("@azure/authority", "Authority")
  8. sealed trait AuthorityType extends Any
    Annotations
    @JSType() @native()
  9. sealed trait CacheLocation extends Any
    Annotations
    @JSType() @native()
  10. trait CacheOptions extends Object
    Annotations
    @JSType()
  11. class ClientAuthError extends AuthError
    Annotations
    @JSType() @native() @JSImport("@azure/msal", "ClientAuthError")
  12. class ClientConfigurationError extends ClientAuthError
    Annotations
    @JSType() @native() @JSImport("@azure/msal", "ClientConfigurationError")
  13. trait Configuration extends Object with ConfigurationBase
    Annotations
    @JSType()
  14. trait ConfigurationBase extends Object
    Annotations
    @JSType()
  15. trait ConfigurationInit extends Object with ConfigurationBase
    Annotations
    @JSType()
  16. type ErrorReceivedCallback = Function2[AuthError, String, Unit]
  17. trait FrameworkOptions extends Object
    Annotations
    @JSType()
  18. 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()
  19. class InteractionRequiredAuthError extends ServerError
    Annotations
    @JSType() @native() @JSImport("@azure/msal", "InteractionRequiredAuthError")
  20. sealed trait LogLevel extends Any
    Annotations
    @JSType() @native()
  21. class Logger extends Object
    Annotations
    @JSType() @native() @JSImport("@azure/msal", "Logger")
  22. type LoggerCallback = Function3[Int, String, Boolean, Unit]
  23. trait LoggerOptions extends Object
    Annotations
    @JSType()
  24. class ServerError extends AuthError
    Annotations
    @JSType() @native() @JSImport("@azure/msal", "ServerError")
  25. type StringDict = Dictionary[String]
  26. trait SystemOptions extends Object
    Annotations
    @JSType()
  27. type TelemetryEmitter = Function1[Array[Object], Unit]

    Emits telemetry event objects.

  28. trait TelemetryOptions extends Object
    Annotations
    @JSType()
  29. type TokenReceivedCallback = Function1[AuthResponse, Unit]
  30. class UserAgentApplication extends Object
    Annotations
    @JSType() @native() @JSImport("@azure/msal", "UserAgentApplication")

Value Members

  1. object Account extends Object
    Annotations
    @native() @JSImport("@azure/msal", "Account")
  2. object AuthError extends Object
    Annotations
    @native() @JSImport("@azure/msal", "AuthError")
  3. object AuthorityType
  4. object CacheLocation
  5. object ClientAuthError extends Object
    Annotations
    @native() @JSImport("@azure/msal", "ClientAuthError")
  6. object ClientConfigurationError extends Object
    Annotations
    @native() @JSImport("@azure/msal", "ClientConfigurationError")
  7. object Configuration extends Object
    Annotations
    @native() @JSImport("@azure/msal", "Configuration")
  8. object ConfigurationInit
  9. object CryptoUtils extends Object
    Annotations
    @native() @JSImport("@azure/msal/utils", "CryptoUtils")
  10. object InteractionRequiredAuthError extends Object
    Annotations
    @native() @JSImport("@azure/msal", "InteractionRequiredAuthError")
  11. object LogLevel
  12. object ServerError extends Object
    Annotations
    @native() @JSImport("@azure/msal", "ServerError")
  13. object TimeUtils extends Object
    Annotations
    @native() @JSImport("@azure/msal/utils", "TimeUtils")
  14. object TokenUtils extends Object
    Annotations
    @native() @JSImport("@azure/msal/utils", "TimeUtils")

Inherited from AnyRef

Inherited from Any

Ungrouped