Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 449 Bytes

recipientcreatetemplaterecipientsactionauthresponse.md

File metadata and controls

17 lines (11 loc) · 449 Bytes

RecipientCreateTemplateRecipientsActionAuthResponse

The type of authentication required for the recipient to sign the document.

Example Usage

import { RecipientCreateTemplateRecipientsActionAuthResponse } from "@documenso/sdk-typescript/models/operations";

let value: RecipientCreateTemplateRecipientsActionAuthResponse = "ACCOUNT";

Values

"ACCOUNT" | "PASSKEY" | "TWO_FACTOR_AUTH" | "EXPLICIT_NONE"