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

    Enumeration TOKEN_TYPES

    Token type URNs for Custom Token Exchange and Session Transfer flows (RFC 8693).

    Index
    ACCESS_TOKEN: "urn:ietf:params:oauth:token-type:access_token"

    OAuth 2.0 access token.

    ID_TOKEN: "urn:ietf:params:oauth:token-type:id_token"

    OAuth 2.0 ID token.

    SESSION_TRANSFER_TOKEN: "urn:auth0:params:oauth:token-type:session_transfer_token"

    Session Transfer Token issued by Auth0 (Phase 2 CTE). When issued_token_type equals this value, the access_token in the response is a one-shot STT — not a usable API bearer token. Pass it to buildSessionTransferRedirect to start the impersonation redirect.