Skip to content

Type Alias: TmrRecipientWithRights ​

TmrRecipientWithRights = { authFactor: TmrAuthFactor; rawOverEncryptionKey: string; rights?: UserRights; }

Properties ​

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 }.