The type of authentication required for the recipient to sign the document.
import { RecipientCreateTemplateRecipientsActionAuthResponse } from "@documenso/sdk-typescript/models/operations";
let value: RecipientCreateTemplateRecipientsActionAuthResponse = "ACCOUNT";
"ACCOUNT" | "PASSKEY" | "TWO_FACTOR_AUTH" | "EXPLICIT_NONE"