com.mohiva.play.silhouette.impl.providers

oauth2

package oauth2

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseClefProvider extends OAuth2Provider

    Base Clef OAuth2 Provider.

  2. trait BaseDropboxProvider extends OAuth2Provider

    Base Dropbox OAuth2 Provider.

  3. trait BaseFacebookProvider extends OAuth2Provider

    Base Facebook OAuth2 Provider.

  4. trait BaseFoursquareProvider extends OAuth2Provider

    Base Foursquare OAuth2 provider.

  5. trait BaseGitHubProvider extends OAuth2Provider

    Base GitHub OAuth2 Provider.

  6. trait BaseGoogleProvider extends OAuth2Provider

    Base Google OAuth2 Provider.

  7. trait BaseInstagramProvider extends OAuth2Provider

    Base Instagram OAuth2 provider.

  8. trait BaseLinkedInProvider extends OAuth2Provider

    Base LinkedIn OAuth2 Provider.

  9. trait BaseVKProvider extends OAuth2Provider

    Base Vk OAuth 2 provider.

  10. class ClefProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  11. class ClefProvider extends BaseClefProvider with CommonSocialProfileBuilder

    The Clef OAuth2 Provider.

  12. class DropboxProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  13. class DropboxProvider extends BaseDropboxProvider with CommonSocialProfileBuilder

    The Dropbox OAuth2 Provider.

  14. class FacebookProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  15. class FacebookProvider extends BaseFacebookProvider with CommonSocialProfileBuilder

    The Facebook OAuth2 Provider.

  16. class FoursquareProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  17. class FoursquareProvider extends BaseFoursquareProvider with CommonSocialProfileBuilder

    The Foursquare OAuth2 Provider.

  18. class GitHubProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  19. class GitHubProvider extends BaseGitHubProvider with CommonSocialProfileBuilder

    The GitHub OAuth2 Provider.

  20. class GoogleProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  21. class GoogleProvider extends BaseGoogleProvider with CommonSocialProfileBuilder

    The Google OAuth2 Provider.

  22. class InstagramProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  23. class InstagramProvider extends BaseInstagramProvider with CommonSocialProfileBuilder

    The Instagram OAuth2 Provider.

  24. class LinkedInProfileParser extends SocialProfileParser[JsValue, CommonSocialProfile]

    The profile parser for the common social profile.

  25. class LinkedInProvider extends BaseLinkedInProvider with CommonSocialProfileBuilder

    The LinkedIn OAuth2 Provider.

  26. class VKProfileParser extends SocialProfileParser[(JsValue, OAuth2Info), CommonSocialProfile]

    The profile parser for the common social profile.

  27. class VKProvider extends BaseVKProvider with CommonSocialProfileBuilder

    The VK OAuth2 Provider.

Value Members

  1. object ClefProvider

    The companion object.

  2. object DropboxProvider

    The companion object.

  3. object FacebookProvider

    The companion object.

  4. object FoursquareProvider

    The companion object.

  5. object GitHubProvider

    The companion object.

  6. object GoogleProvider

    The companion object.

  7. object InstagramProvider

    The companion object.

  8. object LinkedInProvider

    The companion object.

  9. object VKProvider

    The companion object.

  10. package state

Ungrouped