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

    Variable ClientCredentialAlgorithmEnumConst

    ClientCredentialAlgorithmEnum: {
        Rs256: "RS256";
        Rs384: "RS384";
        Ps256: "PS256";
    } = ...

    Algorithm which will be used with the credential. Supported algorithms: RS256,RS384,PS256

    Type Declaration

    • ReadonlyRs256: "RS256"
    • ReadonlyRs384: "RS384"
    • ReadonlyPs256: "PS256"