import { TemplateCreateDocumentFromTemplateAuthOptions } from "@documenso/sdk-typescript/models/operations";
let value: TemplateCreateDocumentFromTemplateAuthOptions = {
globalAccessAuth: "ACCOUNT",
globalActionAuth: "TWO_FACTOR_AUTH",
};
Field | Type | Required | Description |
---|---|---|---|
globalAccessAuth |
operations.TemplateCreateDocumentFromTemplateGlobalAccessAuth | ✔️ | The type of authentication required for the recipient to access the document. |
globalActionAuth |
operations.TemplateCreateDocumentFromTemplateGlobalActionAuth | ✔️ | The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only. |