case class ProfileInfo(expirationTimeSecs: Option[Long], notBeforeSecs: Option[Long], issuedAtSecs: Option[Long], issuer: Option[String], jwtId: Option[String], type: Option[String], subject: Option[String], audience: List[String], hostedDomain: Option[String], email: Option[String], emailVerified: Boolean, name: Option[String], familyName: Option[String], givenName: Option[String], locale: Option[String]) extends Product with Serializable
Google Sign-In profile info.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProfileInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProfileInfo(expirationTimeSecs: Option[Long], notBeforeSecs: Option[Long], issuedAtSecs: Option[Long], issuer: Option[String], jwtId: Option[String], type: Option[String], subject: Option[String], audience: List[String], hostedDomain: Option[String], email: Option[String], emailVerified: Boolean, name: Option[String], familyName: Option[String], givenName: Option[String], locale: Option[String])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val audience: List[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val email: Option[String]
- val emailVerified: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expirationTimeSecs: Option[Long]
- val familyName: Option[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val givenName: Option[String]
- val hostedDomain: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val issuedAtSecs: Option[Long]
- val issuer: Option[String]
- val jwtId: Option[String]
- val locale: Option[String]
- val name: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val notBeforeSecs: Option[Long]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val subject: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val type: Option[String]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()