Skip to content

TmrRecipientWithRights

data class TmrRecipientWithRights(val authFactor: AuthFactor, val overEncryptionKey: ByteArray, val rights: RecipientRights? = null)

TmrRecipientWithRights Represents a tmr recipient with the associated rights

Constructors

TmrRecipientWithRightsconstructor(authFactor: AuthFactor, overEncryptionKey: ByteArray, rights: RecipientRights? = null)

Properties

NameSummary
authFactorval authFactor: AuthFactor
Authentication method of this user, to which SSKS has sent a challenge at the request of your app's server.
overEncryptionKeyval overEncryptionKey: ByteArray
The over encryption key
rightsval rights: RecipientRights? = null
The rights for the associated authentication factor