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

    Interface CreateConnectionRequestContentVkontakte

    Create a connection with strategy=vkontakte

    interface CreateConnectionRequestContentVkontakte {
        display_name?: string;
        enabled_clients?: ConnectionEnabledClients;
        is_domain_connection?: boolean;
        show_as_button?: boolean;
        realms?: ConnectionRealms;
        metadata?: ConnectionsMetadata;
        authentication?: ConnectionAuthenticationPurpose;
        connected_accounts?: ConnectionConnectedAccountsPurpose;
        strategy: "vkontakte";
        options?: ConnectionOptionsOAuth2Common;
    }

    Hierarchy (View Summary)

    Index

    Properties

    display_name?: string
    enabled_clients?: ConnectionEnabledClients
    is_domain_connection?: boolean
    show_as_button?: boolean
    strategy: "vkontakte"