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

    Variable CreateEncryptionKeyTypeConst

    CreateEncryptionKeyType: {
        CustomerProvidedRootKey: "customer-provided-root-key";
        TenantEncryptionKey: "tenant-encryption-key";
    } = ...

    Type of the encryption key to be created.

    Type Declaration

    • ReadonlyCustomerProvidedRootKey: "customer-provided-root-key"
    • ReadonlyTenantEncryptionKey: "tenant-encryption-key"