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

    Type Alias ClientTokenEndpointAuthMethodEnum

    ClientTokenEndpointAuthMethodEnum:
        | "none"
        | "client_secret_post"
        | "client_secret_basic"

    Defines the requested authentication method for the token endpoint. Can be none (public client without a client secret), client_secret_post (client uses HTTP POST parameters), or client_secret_basic (client uses HTTP Basic).