Auth0 Node.js SDK - v5.6.0
    Preparing search index...

    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

    id: string
    strategy: "dwolla"
    name: string
    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.

    display_name?: string
    is_domain_connection?: boolean