azure.msal.common

Type members

Classlikes

@native @JSType
trait AccountInfo extends Object
@native @JSImport("@azure/msal-common", "AuthError") @JSType
class AuthError(val errorCode: String, val errorMessage: UndefOr[String]) extends Error
Companion
object
@native @JSImport("@azure/msal-common", "AuthError") @JSType
object AuthError extends Object
Companion
class
@native @JSType
trait AuthErrorMessageValue extends Object
@native @JSImport("@azure/msal-common", "AuthenticationResult") @JSType
class AuthenticationResult extends Object
@JSType
trait BaseAuthRequest extends Object
@native @JSImport("@azure/msal-common", "ClientAuthError") @JSType
class ClientAuthError(code: String, message: UndefOr[String]) extends AuthError
Companion
object
@native @JSImport("@azure/msal-common", "ClientAuthError") @JSType
object ClientAuthError extends Object
Companion
class
@native @JSImport("@azure/msal-common", "ClientConfigurationError") @JSType
class ClientConfigurationError(code: String, message: UndefOr[String]) extends ClientAuthError
Companion
object
@native @JSImport("@azure/msal-common", "ClientConfigurationError") @JSType
object ClientConfigurationError extends Object
Companion
class
@native @JSType
trait CodeDesc extends Object
@JSType
trait EndSessionRequest extends Object
@JSType
trait INetworkModule extends Object
@JSType
trait INetworkRequestOptions extends Object
@native @JSImport("@azure/msal-common", "InteractionRequiredAuthError") @JSType
class InteractionRequiredAuthError(code: String, message: UndefOr[String]) extends ServerError
Companion
object
@native @JSImport("@azure/msal-common", "InteractionRequiredAuthError") @JSType
object InteractionRequiredAuthError extends Object
Companion
class
@native @JSType
sealed
trait LogLevel extends Any
Companion
object
object LogLevel
Companion
class
@native @JSImport("@azure/msal-common", "Logger") @JSType
class Logger(cb: LoggerCallback, options: UndefOr[LoggerOptions]) extends Object
@JSType
trait LoggerOptions extends Object
@native @JSType
trait NetworkResponse[T] extends Object
@native @JSType
sealed
trait ResponseMode extends Any
Companion
object
Companion
class
@native @JSImport("@azure/msal-common", "ServerError") @JSType
class ServerError(code: String, message: UndefOr[String]) extends AuthError
Companion
object
@native @JSImport("@azure/msal-common", "ServerError") @JSType
object ServerError extends Object
Companion
class
@JSType
@JSType
trait SystemOptions extends Object

Types

type LoggerCallback = Function3[Int, String, Boolean, Unit]
type StringDict = Dictionary[String]

Value members

Concrete fields

@native @JSImport("@azure/msal-common/error/AuthError", "AuthErrorMessage")