TmrRecipientWithRights
data class TmrRecipientWithRights(val authFactor: AuthFactor, val overEncryptionKey: ByteArray, val rights: RecipientRights? = null)
TmrRecipientWithRights Represents a tmr recipient with the associated rights
Constructors
TmrRecipientWithRights | constructor(authFactor: AuthFactor, overEncryptionKey: ByteArray, rights: RecipientRights? = null) |
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. |
overEncryptionKey | val overEncryptionKey: ByteArray The over encryption key |
rights | val rights: RecipientRights? = null The rights for the associated authentication factor |