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

    Enumeration CustomTokenExchangeErrorCode

    Error codes for Custom Token Exchange errors.

    Index
    ACTOR_UNAVAILABLE: "actor_unavailable"

    No actor could be resolved for the STT exchange: no explicit actor was passed and no usable session ID token is available (missing or expired with no refresh token). Thrown client-side before any network call.

    EXCHANGE_FAILED: "exchange_failed"

    The token exchange request failed.

    INVALID_ACTOR_TOKEN_TYPE: "invalid_actor_token_type"

    The actor_token_type is not a valid URI.

    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.

    SESSION_TRANSFER_DISABLED: "session_transfer_disabled"

    The cte_session_transfer_token feature flag is disabled on the tenant. Surfaces the server 400 response.

    SETACTOR_REQUIRED: "setactor_required"

    The CTE Action did not call setActor, which is required when requesting an STT. Surfaces the server 400 response.