Back to Node Auth0

Interface ConnectionConnectionSettings

docs/interfaces/management.Management.ConnectionConnectionSettings.html

5.9.11000 B
Original Source

Interface ConnectionConnectionSettings

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 ConnectionConnectionSettings {
pkce?: Management.ConnectionConnectionSettingsPkceEnum;
}

Index

Properties

pkce?

Properties

Optionalpkce

pkce?: Management.ConnectionConnectionSettingsPkceEnum

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties pkce