Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    Variable ClientTokenExchangeTypeEnumConst

    ClientTokenExchangeTypeEnum: {
        CustomAuthentication: "custom_authentication";
        OnBehalfOfTokenExchange: "on_behalf_of_token_exchange";
    } = ...

    Token exchange type. on_behalf_of_token_exchange: enables On-Behalf-Of token exchange (Generally Available). custom_authentication: enables custom token exchange profiles (Early Access, requires entitlement).

    Type Declaration

    • ReadonlyCustomAuthentication: "custom_authentication"
    • ReadonlyOnBehalfOfTokenExchange: "on_behalf_of_token_exchange"