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

    Type Alias ConnectionDecryptionKeySaml

    ConnectionDecryptionKeySaml: { cert?: string; key?: string } | string

    Private key used to decrypt encrypted SAML Assertions received from the identity provider. Required when the identity provider encrypts assertions for enhanced security. Can be a string (PEM) or an object with key-value pairs.

    Type Declaration

    • { cert?: string; key?: string }

      Key pair with 'key' and 'cert' properties.

    • string

      Private key in PEM format.