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