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

    Interface CreateEncryptionKeyPublicWrappingResponseContent

    interface CreateEncryptionKeyPublicWrappingResponseContent {
        public_key: string;
        algorithm: "CKM_RSA_AES_KEY_WRAP";
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    public_key: string

    Public wrapping key in PEM format

    algorithm: "CKM_RSA_AES_KEY_WRAP"