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

    Variable RotateConnectionKeysSigningAlgEnumConst

    RotateConnectionKeysSigningAlgEnum: {
        Rs256: "RS256";
        Rs512: "RS512";
        Ps256: "PS256";
        Es256: "ES256";
    } = ...

    Selected Signing Algorithm

    Type Declaration

    • ReadonlyRs256: "RS256"
    • ReadonlyRs512: "RS512"
    • ReadonlyPs256: "PS256"
    • ReadonlyEs256: "ES256"