EmailAddressPublicKey
data class EmailAddressPublicKey(val publicKey: String, val keyFormat: PublicKeyFormat, val algorithm: String) : Parcelable
Representation of public key details associated with an email address in the Platform SDK.
Properties
Link copied to clipboard
PublicKeyFormat The format of the public key (i.e. RSA Public Key or SPKI).