@auth0/auth0-angular
    Preparing search index...

    Class AuthenticationError

    Thrown when handling the redirect callback fails, will be one of Auth0's Authentication API's Standard Error Responses: https://auth0.com/docs/api/authentication?javascript#standard-error-responses

    Hierarchy (View Summary)

    Index
    • Parameters

      • error: string
      • error_description: string
      • state: string
      • OptionalappState: any

      Returns AuthenticationError

    appState: any
    error: string
    error_description: string
    message: string
    name: string
    originalStack?: string

    Original stack trace with no modifications

    stack?: string
    state: string
    zoneAwareStack?: string

    Stack trace where extra frames have been removed and zone names added.

    • Parameters

      • __namedParameters: { error: string; error_description: string }

      Returns GenericError