Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsConnectionSettings

    OAuth 2.0 PKCE (Proof Key for Code Exchange) settings. PKCE enhances security for public clients by preventing authorization code interception attacks. 'auto' (recommended) uses the strongest method supported by the IdP.

    interface EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsConnectionSettings {
        pkce?: Management.EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsConnectionSettingsPkceEnum;
    }
    Index