Class InteractionRequiredAuthError

Error thrown when user interaction is required.

Hierarchy

Constructors

  • Parameters

    • Optional errorCode: string
    • Optional errorMessage: string
    • Optional subError: string
    • Optional timestamp: string
    • Optional traceId: string
    • Optional correlationId: string
    • Optional claims: string

    Returns InteractionRequiredAuthError

Properties

claims: string

https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-common/docs/claims-challenge.md

A string with extra claims needed for the token request to succeed web site: redirect the user to the authorization page and set the extra claims web api: include the claims in the WWW-Authenticate header that are sent back to the client so that it knows to request a token with the extra claims desktop application or browser context: include the claims when acquiring the token interactively app to app context (client_credentials): include the claims in the AcquireTokenByClientCredential request

correlationId: string

CorrelationId associated with the error

errorCode: string

Short string denoting error

errorMessage: string

Detailed description of error

subError: string

Describes the subclass of an error

timestamp: string

The time the error occured at

traceId: string

TraceId associated with the error

Methods

  • Parameters

    • correlationId: string

    Returns void

Generated using TypeDoc