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

    Interface CreateConnectionRequestContentAuth0Oidc

    Create a connection with strategy=auth0-oidc

    interface CreateConnectionRequestContentAuth0Oidc {
        display_name?: string;
        enabled_clients?: ConnectionEnabledClients;
        is_domain_connection?: boolean;
        show_as_button?: boolean;
        realms?: ConnectionRealms;
        metadata?: ConnectionsMetadata;
        authentication?: ConnectionAuthenticationPurpose;
        connected_accounts?: ConnectionConnectedAccountsPurpose;
        strategy: "auth0-oidc";
        options?: ConnectionOptionsAuth0Oidc;
    }

    Hierarchy (View Summary)

    Index

    Properties

    display_name?: string
    enabled_clients?: ConnectionEnabledClients
    is_domain_connection?: boolean
    show_as_button?: boolean
    strategy: "auth0-oidc"