Package

skinny.oauth2.client

google

Permalink

package google

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait GooglePlusAPI extends LoggerProvider

    Permalink

    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

    Permalink

    Authorized Google plus user basic information.

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

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

    Permalink

Value Members

  1. object GooglePlusAPI extends GooglePlusAPI

    Permalink

Ungrouped