Back to Node Auth0

Variable ConnectionTypeEnumOidcConst

docs/variables/management.Management.ConnectionTypeEnumOidc.html

5.9.1640 B
Original Source

Variable ConnectionTypeEnumOidcConst

ConnectionTypeEnumOidc: {
BackChannel: "back_channel";
FrontChannel: "front_channel";
} = ...

OIDC communication channel type. 'back_channel' (confidential client) exchanges tokens server-side for stronger security; 'front_channel' handles responses in the browser.

Type Declaration

ReadonlyBackChannel: "back_channel"
ReadonlyFrontChannel: "front_channel"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark