Skip to content

Type Alias: TmrRecipient

TmrRecipient = { authFactor: TmrAuthFactor; rawOverEncryptionKey: string; }

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.