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

    Interface ConnectionOptionsFlickr

    Options for the 'flickr' connection

    interface ConnectionOptionsFlickr {
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        client_id?: string;
        client_secret?: string;
        upstream_params?: ConnectionUpstreamParams;
        set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    client_id?: string
    client_secret?: string
    upstream_params?: ConnectionUpstreamParams