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

    Interface ConnectionOptionsFlickr

    Options for the 'flickr' connection

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    client_id?: string

    OAuth 1.0 client identifier issued by the identity provider during application registration. This value identifies your Auth0 connection to the identity provider.

    client_secret?: string

    OAuth 1.0 client secret issued by the identity provider during application registration. Used to authenticate your Auth0 connection when signing requests and exchanging request tokens and verifiers for access tokens. May be null for public clients.

    upstream_params?: ConnectionUpstreamParams