package oauth1
- Alphabetic
- Public
- Protected
Type Members
- 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
- 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
- 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
- class LinkedInProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile, OAuth1Info]
The profile parser for the common social profile.
- class LinkedInProvider extends BaseLinkedInProvider with CommonSocialProfileBuilder
The LinkedIn OAuth1 Provider.
- class TwitterProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile, OAuth1Info]
The profile parser for the common social profile.
- class TwitterProvider extends BaseTwitterProvider with CommonSocialProfileBuilder
The Twitter OAuth1 Provider.
- class XingProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile, OAuth1Info]
The profile parser for the common social profile.
- class XingProvider extends BaseXingProvider with CommonSocialProfileBuilder
The Xing OAuth1 Provider.
Value Members
- object LinkedInProvider
The companion object.
- object TwitterProvider
The companion object.
- object XingProvider
The companion object.