Type Alias: TmrRecipientWithRights
TmrRecipientWithRights:
object
Type declaration
authFactor
authFactor:
TmrAuthFactor
The Auth Factor for which to add the Tmr Access.
rawOverEncryptionKey
rawOverEncryptionKey:
string
The key to protect this TmrAccess with. MUST be a cryptographically random string of 64 bytes, B64 encoded.
rights?
optional
rights:UserRights
Optional. Rights to assign to this SymEncKey. Defaults to { read: true, forward: true, revoke: false }
.