import { RecipientUpdateDocumentRecipientAuthOptions } from "@documenso/sdk-typescript/models/operations";
let value: RecipientUpdateDocumentRecipientAuthOptions = {
accessAuth: "ACCOUNT",
actionAuth: "ACCOUNT",
};
Field | Type | Required | Description |
---|---|---|---|
accessAuth |
operations.RecipientUpdateDocumentRecipientDocumentsRecipientsAccessAuth | ✔️ | The type of authentication required for the recipient to access the document. |
actionAuth |
operations.RecipientUpdateDocumentRecipientDocumentsRecipientsActionAuth | ✔️ | The type of authentication required for the recipient to sign the document. |