Back to Node Auth0

Interface ConnectionResponseContentDwolla

docs/interfaces/management.Management.ConnectionResponseContentDwolla.html

5.9.13.1 KB
Original Source

Interface ConnectionResponseContentDwolla

Response for connections with strategy=dwolla

interface ConnectionResponseContentDwolla {
authentication?: ConnectionAuthenticationPurpose;
connected_accounts?: ConnectionConnectedAccountsPurpose;
id?: string;
realms?: ConnectionRealms;
strategy: "dwolla";
options?: ConnectionOptionsDwolla;
name?: string;
enabled_clients?: string[];
display_name?: string;
is_domain_connection?: boolean;
metadata?: ConnectionsMetadata;
}

Hierarchy (View Summary)

Index

Properties

authentication?connected_accounts?id?realms?strategyoptions?name?enabled_clients?display_name?is_domain_connection?metadata?

Properties

Optionalauthentication

authentication?: ConnectionAuthenticationPurpose

Optionalconnected_accounts

connected_accounts?: ConnectionConnectedAccountsPurpose

Optionalid

id?: string

Optionalrealms

realms?: ConnectionRealms

strategy

strategy: "dwolla"

Optionaloptions

options?: ConnectionOptionsDwolla

Optionalname

name?: string

Optionalenabled_clients

enabled_clients?: string[]

Use of this property is NOT RECOMMENDED. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.

Optionaldisplay_name

display_name?: string

Optionalis_domain_connection

is_domain_connection?: boolean

Optionalmetadata

metadata?: ConnectionsMetadata

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties authenticationconnected_accountsidrealmsstrategyoptionsnameenabled_clientsdisplay_nameis_domain_connectionmetadata