Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.59 KB

recipientcreatetemplaterecipientauthoptions.md

File metadata and controls

19 lines (14 loc) · 2.59 KB

RecipientCreateTemplateRecipientAuthOptions

Example Usage

import { RecipientCreateTemplateRecipientAuthOptions } from "@documenso/sdk-typescript/models/operations";

let value: RecipientCreateTemplateRecipientAuthOptions = {
  accessAuth: "ACCOUNT",
  actionAuth: "TWO_FACTOR_AUTH",
};

Fields

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.