Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 494 Bytes

templatecreatedocumentfromtemplateglobalactionauth.md

File metadata and controls

18 lines (12 loc) · 494 Bytes

TemplateCreateDocumentFromTemplateGlobalActionAuth

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

Example Usage

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

let value: TemplateCreateDocumentFromTemplateGlobalActionAuth =
  "TWO_FACTOR_AUTH";

Values

"ACCOUNT" | "PASSKEY" | "TWO_FACTOR_AUTH"