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

    Interface ConnectionResponseContentFlickr

    Response for connections with strategy=flickr

    interface ConnectionResponseContentFlickr {
        display_name?: string;
        enabled_clients?: ConnectionEnabledClients;
        is_domain_connection?: boolean;
        show_as_button?: boolean;
        realms?: ConnectionRealms;
        metadata?: ConnectionsMetadata;
        authentication?: ConnectionAuthenticationPurpose;
        connected_accounts?: ConnectionConnectedAccountsPurpose;
        strategy: "flickr";
        options?: ConnectionOptionsFlickr;
        id?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    display_name?: string
    enabled_clients?: ConnectionEnabledClients
    is_domain_connection?: boolean
    show_as_button?: boolean
    strategy: "flickr"
    id?: string
    name?: string