RecoveryIdentities

@Serializable
data class RecoveryIdentities(identities: List<RecoveryAccountIdentity>)

A list of identities that if any one is authenticated will be able to gain control of this account.

Constructors

Link copied to clipboard
fun RecoveryIdentities(identities: List<RecoveryAccountIdentity>)

Properties

Link copied to clipboard
val identities: List<RecoveryAccountIdentity>