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

    Type Alias ClientTokenEndpointAuthMethodOrNullEnum

    ClientTokenEndpointAuthMethodOrNullEnum: string | undefined

    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).