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

    Interface ImportEncryptionKeyRequestContent

    {
    * wrapped_key: "wrapped_key"
    * }
    interface ImportEncryptionKeyRequestContent {
        wrapped_key: string;
    }
    Index

    Properties

    Properties

    wrapped_key: string

    Base64 encoded ciphertext of key material wrapped by public wrapping key.