RecoveryAccountIdentity

@Serializable
data class RecoveryAccountIdentity(role: RecoveryRole, authMethods: List<RecoveryAccountAuthMethod>)

Constructors

Link copied to clipboard
fun RecoveryAccountIdentity(role: RecoveryRole, authMethods: List<RecoveryAccountAuthMethod>)

Create empty Recovery account identity

Properties

Link copied to clipboard
val authMethods: List<RecoveryAccountAuthMethod>
Link copied to clipboard
val role: RecoveryRole