Skip to content

TmrRecipientWithRights

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

TmrRecipientWithRights Represents a tmr recipient with the associated rights

Constructors

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

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
The rights for the associated authentication factor