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