allowedErrors: {
    AuthenticationConsentRequired: string;
    AuthorizationTimeout: string;
    FailedToFetch: string;
    NetworkError: string;
    CORSError: string;
    InteractionNotAllowed: string;
    LoginRequired: string;
} = ...

Type declaration

  • AuthenticationConsentRequired: string

    AM error for consent requirement

  • AuthorizationTimeout: string

    Manual iframe error

  • FailedToFetch: string

    Chromium browser error

  • NetworkError: string

    Mozilla browser error

  • CORSError: string

    Webkit browser error

  • InteractionNotAllowed: string

    prompt=none errors

  • LoginRequired: string

    PingOne login error