Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 442 Bytes

documentsenddocumentglobalactionauth.md

File metadata and controls

17 lines (11 loc) · 442 Bytes

DocumentSendDocumentGlobalActionAuth

The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.

Example Usage

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

let value: DocumentSendDocumentGlobalActionAuth = "ACCOUNT";

Values

"ACCOUNT" | "PASSKEY" | "TWO_FACTOR_AUTH"