com.feth.play.module.pa.providers.oauth2.google

GoogleAuthUser

class GoogleAuthUser extends BasicOAuth2AuthUser with ExtendedIdentity with PicturedIdentity with ProfiledIdentity with LocaleIdentity

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GoogleAuthUser
  2. LocaleIdentity
  3. ProfiledIdentity
  4. PicturedIdentity
  5. ExtendedIdentity
  6. FirstLastNameIdentity
  7. BasicOAuth2AuthUser
  8. BasicIdentity
  9. NameIdentity
  10. EmailIdentity
  11. OAuth2AuthUser
  12. AuthUser
  13. Serializable
  14. AuthUserIdentity
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GoogleAuthUser(n: JsonNode, info: GoogleAuthInfo, state: String)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(obj: Any): Boolean

    Definition Classes
    AuthUser → AnyRef → Any
  8. def expires(): Long

    Definition Classes
    OAuth2AuthUserAuthUser
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def getEmail(): String

    Definition Classes
    GoogleAuthUserEmailIdentity
  12. def getFirstName(): String

    Definition Classes
    GoogleAuthUserFirstLastNameIdentity
  13. def getGender(): String

    Definition Classes
    GoogleAuthUserExtendedIdentity
  14. def getId(): String

    Definition Classes
    OAuth2AuthUserAuthUserIdentity
  15. def getLastName(): String

    Definition Classes
    GoogleAuthUserFirstLastNameIdentity
  16. def getLocale(): Locale

    Definition Classes
    GoogleAuthUserLocaleIdentity
  17. def getName(): String

    Definition Classes
    GoogleAuthUserNameIdentity
  18. def getOAuth2AuthInfo(): OAuth2AuthInfo

    Definition Classes
    OAuth2AuthUser
  19. def getPicture(): String

    Definition Classes
    GoogleAuthUserPicturedIdentity
  20. def getProfileLink(): String

    Definition Classes
    GoogleAuthUserProfiledIdentity
  21. def getProvider(): String

    Definition Classes
    GoogleAuthUserAuthUserIdentity
  22. def getState(): String

    Definition Classes
    OAuth2AuthUser
  23. def hashCode(): Int

    Definition Classes
    AuthUser → AnyRef → Any
  24. def isEmailVerified(): Boolean

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    BasicOAuth2AuthUserAuthUser → AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LocaleIdentity

Inherited from ProfiledIdentity

Inherited from PicturedIdentity

Inherited from ExtendedIdentity

Inherited from FirstLastNameIdentity

Inherited from BasicOAuth2AuthUser

Inherited from BasicIdentity

Inherited from NameIdentity

Inherited from EmailIdentity

Inherited from OAuth2AuthUser

Inherited from AuthUser

Inherited from Serializable

Inherited from AuthUserIdentity

Inherited from AnyRef

Inherited from Any

Ungrouped