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

    Interface CreateConnectionRequestContentWordpress

    Create a connection with strategy=wordpress

    interface CreateConnectionRequestContentWordpress {
        name: string;
        enabled_clients?: string[];
        display_name?: string;
        is_domain_connection?: boolean;
        metadata?: ConnectionsMetadata;
        strategy: "wordpress";
        options?: ConnectionOptionsWordpress;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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
    strategy: "wordpress"