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

    Variable ConnectionTokenEndpointAuthMethodEnumConst

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

    Authentication method used at the identity provider's token endpoint. 'client_secret_post' sends credentials in the request body; 'private_key_jwt' uses a signed JWT assertion for enhanced security.

    Type Declaration

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