Options
All
  • Public
  • Public/Protected
  • All
Menu

Error thrown when there is an error in configuration of the .js library.

Hierarchy

Index

Constructors

constructor

Properties

errorCode

errorCode: string

errorMessage

errorMessage: string

message

message: string

name

name: string

Optional stack

stack: string

Methods

Static createAcquireTokenInProgressError

Static createClaimsRequestParsingError

  • Parameters

    • claimsRequestParseError: string

    Returns ClientConfigurationError

Static createClientIdSingleScopeError

Static createClientInfoDecodingError

Static createClientInfoNotPopulatedError

Static createEmptyRequestError

Static createEmptyScopesArrayError

Static createEndpointResolutionError

Static createErrorInCallbackFunction

Static createIdTokenNullOrEmptyError

  • createIdTokenNullOrEmptyError(invalidRawTokenString: string): ClientAuthError

Static createIdTokenParsingError

Static createInvalidCacheLocationConfigError

  • Parameters

    • givenCacheLocation: string

    Returns ClientConfigurationError

Static createInvalidCallbackObjectError

Static createInvalidIdTokenError

Static createInvalidInteractionTypeError

Static createInvalidPromptError

Static createInvalidStateError

  • createInvalidStateError(invalidState: string, actualState: string): ClientAuthError

Static createLoginInProgressError

Static createMultipleAuthoritiesInCacheError

Static createMultipleMatchingTokensInCacheError

Static createNoSetConfigurationError

Static createNoStorageSupportedError

Static createNonceMismatchError

  • createNonceMismatchError(invalidNonce: string, actualNonce: string): ClientAuthError

Static createPopupWindowError

Static createRedirectCallbacksNotSetError

Static createScopesNonArrayError

Static createScopesRequiredError

Static createTelemetryConfigError

Static createTokenEncodingError

  • createTokenEncodingError(incorrectlyEncodedToken: string): ClientAuthError

Static createTokenRenewalTimeoutError

Static createUnexpectedError

  • createUnexpectedError(errDesc: string): AuthError

Static createUserCancelledError

Static createUserDoesNotExistError

Static createUserLoginRequiredError

Generated using TypeDoc