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

    Variable PublicKeyCredentialAlgorithmEnumConst

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

    Algorithm which will be used with the credential. Can be one of RS256, RS384, PS256. If not specified, RS256 will be used. Applies to public_key credential type.

    Type Declaration

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