Packages

package dto

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class SessionCreateRequest(email: LaxEmailAddress, password: String, mfaMandatedForUser: Option[Boolean]) extends Product with Serializable
  2. case class SessionCreateWithDeviceRequest(email: LaxEmailAddress, password: String, mfaMandatedForUser: Option[Boolean], deviceSessionId: Option[DeviceSessionId]) extends Product with Serializable
  3. case class UpdateLoggedInStateRequest(loggedInState: LoggedInState) extends Product with Serializable
  4. case class UserAuthenticationResponse(accessCodeRequired: Boolean, mfaEnabled: Boolean, nonce: Option[String] = None, session: Option[UserSession] = None) extends Product with Serializable

Ungrouped