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