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

FoursquareAuthUser

class FoursquareAuthUser extends BasicOAuth2AuthUser with ExtendedIdentity with PicturedIdentity

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FoursquareAuthUser
  2. PicturedIdentity
  3. ExtendedIdentity
  4. FirstLastNameIdentity
  5. BasicOAuth2AuthUser
  6. BasicIdentity
  7. NameIdentity
  8. EmailIdentity
  9. OAuth2AuthUser
  10. AuthUser
  11. Serializable
  12. AuthUserIdentity
  13. AnyRef
  14. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FoursquareAuthUser (node: JsonNode, info: OAuth2AuthInfo, state: String)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

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

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (obj: Any): Boolean

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

    Definition Classes
    OAuth2AuthUserAuthUser
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getBio (): String

  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def getContactDetail (key: String): String

  15. def getEmail (): String

    Definition Classes
    FoursquareAuthUserEmailIdentity
  16. def getFirstName (): String

  17. def getGender (): String

    Definition Classes
    FoursquareAuthUserExtendedIdentity
  18. def getHomeCity (): String

  19. def getId (): String

    Definition Classes
    OAuth2AuthUserAuthUserIdentity
  20. def getLastName (): String

  21. def getName (): String

    Definition Classes
    FoursquareAuthUserNameIdentity
  22. def getOAuth2AuthInfo (): OAuth2AuthInfo

    Definition Classes
    OAuth2AuthUser
  23. def getPicture (): String

    Definition Classes
    FoursquareAuthUserPicturedIdentity
  24. def getProvider (): String

    Definition Classes
    FoursquareAuthUserAuthUserIdentity
  25. def getState (): String

    Definition Classes
    OAuth2AuthUser
  26. def getType (): String

  27. def hashCode (): Int

    Definition Classes
    AuthUser → AnyRef → Any
  28. def isInstanceOf [T0] : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notifyAll (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  33. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

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