Email

@Serializable
data class Email(val email: String, val hash: PassportElementHash) : EncryptedPassportElementWithEmail

Constructors

Link copied to clipboard
constructor(email: String, hash: PassportElementHash)

Properties

Link copied to clipboard
@SerialName(value = "email")
open override val email: String
Link copied to clipboard
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
Link copied to clipboard