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