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

    Interface ClientEncryptionKey

    Encryption used for WsFed responses with this client.

    interface ClientEncryptionKey {
        pub?: string;
        cert?: string;
        subject?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    pub?: string

    Encryption Public RSA Key.

    cert?: string

    Encryption certificate for public key in X.509 (.CER) format.

    subject?: string

    Encryption certificate name for this certificate in the format /CN={domain}.