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

    Interface CreateConnectionRequestContentAuth0Oidc

    Create a connection with strategy=auth0-oidc

    interface CreateConnectionRequestContentAuth0Oidc {
        name: string;
        enabled_clients?: string[];
        display_name?: string;
        is_domain_connection?: boolean;
        metadata?: ConnectionsMetadata;
        strategy: "auth0-oidc";
        options?: ConnectionOptionsAuth0Oidc;
    }

    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: "auth0-oidc"