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

    Interface CreateConnectionRequestContentBitly

    Create a connection with strategy=bitly

    interface CreateConnectionRequestContentBitly {
        display_name?: string;
        enabled_clients?: ConnectionEnabledClients;
        is_domain_connection?: boolean;
        metadata?: ConnectionsMetadata;
        name?: string;
        strategy: "bitly";
        options?: ConnectionOptionsBitly;
    }

    Hierarchy (View Summary)

    Index

    Properties

    display_name?: string
    enabled_clients?: ConnectionEnabledClients
    is_domain_connection?: boolean
    name?: string
    strategy: "bitly"