@auth0/nextjs-auth0 - v4.14.0
    Preparing search index...

    Enumeration CustomTokenExchangeErrorCode

    Error codes for Custom Token Exchange errors.

    Index

    Enumeration Members

    EXCHANGE_FAILED: "exchange_failed"

    The token exchange request failed.

    INVALID_SUBJECT_TOKEN_TYPE: "invalid_subject_token_type"

    The subject_token_type is not a valid URI, wrong length, or uses a reserved namespace.

    MISSING_ACTOR_TOKEN_TYPE: "missing_actor_token_type"

    The actor_token was provided without actor_token_type.

    MISSING_SUBJECT_TOKEN: "missing_subject_token"

    The subject_token is missing or empty.