function encryptAttendeeFields
encryptAttendeeFields(input: EncryptInput): Promise<EncryptedAttendeeData | null>

Encrypt attendee fields into a PII blob, returning null if key not configured

Parameters

input: EncryptInput

Return Type

Promise<EncryptedAttendeeData | null>

Usage

import { encryptAttendeeFields } from "doc.ts";