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

    Interface ConnectionResponseContentAuth0Oidc

    Response for connections with strategy=auth0-oidc

    interface ConnectionResponseContentAuth0Oidc {
        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;
        id?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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