AnonymousTmrRecipient
data class AnonymousTmrRecipient(val authFactor: AuthFactor, val rawOverEncryptionKey: ByteArray)
AnonymousTmrRecipient Represents an anonymous tmr recipient with the associated rights
Constructors
AnonymousTmrRecipient | constructor(authFactor: AuthFactor, rawOverEncryptionKey: ByteArray) |
Properties
Name | Summary |
---|---|
authFactor | val authFactor: AuthFactor Authentication method of this user, to which SSKS has sent a challenge at the request of your app's server. |
rawOverEncryptionKey | val rawOverEncryptionKey: ByteArray The raw over encryption key |