function getPublicKey
getPublicKey(): Promise<string | null>

Get the public key for encrypting attendee PII Always available (it's meant to be public)

Return Type

Promise<string | null>

Usage

import { getPublicKey } from "doc.ts";