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

    Variable ClientTokenEndpointAuthMethodEnum

    ClientTokenEndpointAuthMethodEnum: {
        None: "none";
        ClientSecretPost: "client_secret_post";
        ClientSecretBasic: "client_secret_basic";
    }

    Type declaration

    • ReadonlyNone: "none"
    • ReadonlyClientSecretPost: "client_secret_post"
    • ReadonlyClientSecretBasic: "client_secret_basic"