com.mohiva.play.silhouette.impl.providers

oauth1

package oauth1

Visibility
  1. Public
  2. All

Type Members

  1. trait LinkedInProfileBuilder extends CommonSocialProfileBuilder

    The profile builder for the common social profile.

  2. class LinkedInProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  3. abstract class LinkedInProvider extends OAuth1Provider

    A LinkedIn OAuth1 Provider.

    A LinkedIn OAuth1 Provider.

    See also

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

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

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

  4. trait TwitterProfileBuilder extends CommonSocialProfileBuilder

    The profile builder for the common social profile.

  5. class TwitterProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  6. abstract class TwitterProvider extends OAuth1Provider

    A Twitter OAuth1 Provider.

    A Twitter OAuth1 Provider.

    See also

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

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

  7. trait XingProfileBuilder extends CommonSocialProfileBuilder

    The profile builder for the common social profile.

  8. class XingProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  9. abstract class XingProvider extends OAuth1Provider

    A Xing OAuth1 Provider.

    A Xing OAuth1 Provider.

    See also

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

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

Value Members

  1. object LinkedInProvider

    The companion object.

  2. object TwitterProvider

    The companion object.

  3. object XingProvider

    The companion object.

  4. package secrets

  5. package services

Ungrouped