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