Packages

package oauth1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package secrets
  2. package services

Type Members

  1. trait BaseLinkedInProvider extends OAuth1Provider

    Base LinkedIn OAuth1 Provider.

    Base LinkedIn OAuth1 Provider.

    See also

    https://developer.linkedin.com/documents/oauth-10a

    https://developer.linkedin.com/documents/authentication

    https://developer.linkedin.com/documents/inapiprofile

  2. trait BaseTwitterProvider extends OAuth1Provider

    Base Twitter OAuth1 Provider.

    Base Twitter OAuth1 Provider.

    See also

    https://dev.twitter.com/docs/user-profile-images-and-banners

    https://dev.twitter.com/docs/entities#users

  3. trait BaseXingProvider extends OAuth1Provider

    Base Xing OAuth1 Provider.

    Base Xing OAuth1 Provider.

    See also

    https://dev.xing.com/docs/get/users/me

    https://dev.xing.com/docs/error_responses

  4. class LinkedInProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile, OAuth1Info]

    The profile parser for the common social profile.

  5. class LinkedInProvider extends BaseLinkedInProvider with CommonSocialProfileBuilder

    The LinkedIn OAuth1 Provider.

  6. class TwitterProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile, OAuth1Info]

    The profile parser for the common social profile.

  7. class TwitterProvider extends BaseTwitterProvider with CommonSocialProfileBuilder

    The Twitter OAuth1 Provider.

  8. class XingProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile, OAuth1Info]

    The profile parser for the common social profile.

  9. class XingProvider extends BaseXingProvider with CommonSocialProfileBuilder

    The Xing OAuth1 Provider.

Value Members

  1. object LinkedInProvider

    The companion object.

  2. object TwitterProvider

    The companion object.

  3. object XingProvider

    The companion object.

Ungrouped