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

    Variable ConnectionTokenEndpointAuthMethodEnumConst

    ConnectionTokenEndpointAuthMethodEnum: {
        ClientSecretPost: "client_secret_post";
        PrivateKeyJwt: "private_key_jwt";
    } = ...

    Requested Client Authentication method for the Token Endpoint.

    Type Declaration

    • ReadonlyClientSecretPost: "client_secret_post"
    • ReadonlyPrivateKeyJwt: "private_key_jwt"