p

models

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FirebaseConfig(secret: String) extends Product with Serializable
  2. case class GetUserDataPayload(idToken: String) extends Product with Serializable
  3. case class GetUserDataResponse(users: List[UserData]) extends Product with Serializable
  4. case class LoggedInResponse(idToken: String, email: String, refreshToken: String, expiresIn: Long, localId: String) extends Product with Serializable
  5. case class ProviderUserInfo(providerId: String, federatedId: String) extends Product with Serializable
  6. case class UserData(localId: String, email: String, emailVerified: Boolean, displayName: Option[String], providerUserInfo: List[ProviderUserInfo], photoUrl: Option[String], passwordHash: String, passwordUpdatedAt: Double, validSince: String, disabled: Boolean, lastLoginAt: String, createdAt: String, customAuth: Option[Boolean]) extends Product with Serializable
  7. case class WithEmailAndPassword(email: String, password: String, returnSecureToken: Boolean = true) extends Product with Serializable

Ungrouped