Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 451 Bytes

templategettemplatebyidglobalactionauth.md

File metadata and controls

17 lines (11 loc) · 451 Bytes

TemplateGetTemplateByIdGlobalActionAuth

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

Example Usage

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

let value: TemplateGetTemplateByIdGlobalActionAuth = "PASSKEY";

Values

"ACCOUNT" | "PASSKEY" | "TWO_FACTOR_AUTH"