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

    Variable EncryptionKeyTypeConst

    EncryptionKeyType: {
        CustomerProvidedRootKey: "customer-provided-root-key";
        EnvironmentRootKey: "environment-root-key";
        TenantMasterKey: "tenant-master-key";
        TenantEncryptionKey: "tenant-encryption-key";
    } = ...

    Key type

    Type Declaration

    • ReadonlyCustomerProvidedRootKey: "customer-provided-root-key"
    • ReadonlyEnvironmentRootKey: "environment-root-key"
    • ReadonlyTenantMasterKey: "tenant-master-key"
    • ReadonlyTenantEncryptionKey: "tenant-encryption-key"