decryptAttendees<R extends RawAttendeeRow>(): Promise<DecryptedAttendeeRow<R>[]>
Decrypt a list of raw attendees (all fields). Used when attendees are fetched via batch query.
R extends RawAttendeeRow
Promise<DecryptedAttendeeRow<R>[]>