skinny.oauth2.client

google

package google

Visibility
  1. Public
  2. All

Type Members

  1. case class Email(value: String, type: String) extends Product with Serializable

  2. trait GooglePlusAPI extends LoggerProvider

    Google Plus API.

  3. case class GoogleUser(id: String, displayName: String, name: Name, url: Option[String], image: Option[Image], emails: Seq[Email]) extends OAuth2User with Product with Serializable

    Authorized Google plus user basic information.

  4. case class Image(url: String, isDefault: Boolean) extends Product with Serializable

  5. case class Name(givenName: String, familyName: String) extends Product with Serializable

Value Members

  1. object GooglePlusAPI extends GooglePlusAPI

Ungrouped