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

    Variable ConnectionIdTokenSignedResponseAlgEnumConst

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

    Algorithm allowed to verify the ID tokens.

    Type Declaration

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