uk.gov.hmrc.apiplatform.modules.tpd.mfa.domain.models

Members list

Type members

Classlikes

case class AuthenticatorAppMfaDetail(id: MfaId = ..., name: String, createdOn: Instant, verified: Boolean = ...) extends MfaDetail

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MfaDetail
class Object
trait Matchable
class Any
Show all
case class DeviceSession(deviceSessionId: DeviceSessionId, userId: UserId)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeviceSession

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceSessionId(value: UUID) extends AnyVal, SessionId

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait SessionId
class AnyVal
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait MfaDetail

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MfaDetail

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
MfaDetail.type
final case class MfaId(value: UUID) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object MfaId

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
MfaId.type
enum MfaType(val displayText: String)

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MfaType

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
MfaType.type
case class SmsAccessCode(userId: UserId, mfaId: MfaId, accessCode: String, createdTime: Instant)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SmsAccessCode

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class SmsMfaDetail(id: MfaId = ..., name: String, createdOn: Instant, mobileNumber: String, verified: Boolean = ...) extends MfaDetail

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MfaDetail
class Object
trait Matchable
class Any
Show all