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

    Variable SigningAlgorithmEnumConst

    SigningAlgorithmEnum: {
        Hs256: "HS256";
        Rs256: "RS256";
        Rs512: "RS512";
        Ps256: "PS256";
    } = ...

    Algorithm used to sign JWTs. Can be HS256 (default) or RS256. PS256 available via addon.

    Type Declaration

    • ReadonlyHs256: "HS256"
    • ReadonlyRs256: "RS256"
    • ReadonlyRs512: "RS512"
    • ReadonlyPs256: "PS256"