Auth0 Node.js SDK - v6.0.0
    Preparing search index...

    Variable EventStreamCloudEventConnectionUpdatedObject3OptionsSignatureAlgorithmEnumConst

    EventStreamCloudEventConnectionUpdatedObject3OptionsSignatureAlgorithmEnum: {
        RsaSha1: "rsa-sha1";
        RsaSha256: "rsa-sha256";
    } = ...

    Algorithm used to sign SAML authentication requests and logout requests using the connection's signing key. Common values: 'rsa-sha256' (RSA signature with SHA-256 digest) or 'rsa-sha1'. Defaults to 'rsa-sha256'.

    Type Declaration

    • ReadonlyRsaSha1: "rsa-sha1"
    • ReadonlyRsaSha256: "rsa-sha256"