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

    Variable TenantSettingsDynamicClientRegistrationSecurityModeConst

    TenantSettingsDynamicClientRegistrationSecurityMode: {
        Strict: "strict";
        Permissive: "permissive";
    } = ...

    Sets the third_party_security_mode assigned to clients created via Dynamic Client Registration. strict applies enhanced security controls. permissive preserves pre-existing behavior and is only available to tenants with prior third-party client usage.

    Type Declaration

    • ReadonlyStrict: "strict"
    • ReadonlyPermissive: "permissive"