Back to Node Auth0

Interface UpdateConnectionRequestContentOAuth2

docs/interfaces/management.Management.UpdateConnectionRequestContentOAuth2.html

5.9.12.6 KB
Original Source

Interface UpdateConnectionRequestContentOAuth2

Update a connection with strategy=oauth2

interface UpdateConnectionRequestContentOAuth2 {
display_name?: string;
enabled_clients?: ConnectionEnabledClients;
is_domain_connection?: boolean;
metadata?: ConnectionsMetadata;
authentication?: ConnectionAuthenticationPurpose;
connected_accounts?: ConnectionConnectedAccountsPurpose;
options?: ConnectionOptionsOAuth2;
}

Hierarchy (View Summary)

Index

Properties

display_name?enabled_clients?is_domain_connection?metadata?authentication?connected_accounts?options?

Properties

Optionaldisplay_name

display_name?: string

Optionalenabled_clients

enabled_clients?: ConnectionEnabledClients

Optionalis_domain_connection

is_domain_connection?: boolean

Optionalmetadata

metadata?: ConnectionsMetadata

Optionalauthentication

authentication?: ConnectionAuthenticationPurpose

Optionalconnected_accounts

connected_accounts?: ConnectionConnectedAccountsPurpose

Optionaloptions

options?: ConnectionOptionsOAuth2

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties display_nameenabled_clientsis_domain_connectionmetadataauthenticationconnected_accountsoptions