Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.62 KB

recipientcreatetemplaterecipientsauthoptions.md

File metadata and controls

19 lines (14 loc) · 2.62 KB

RecipientCreateTemplateRecipientsAuthOptions

Example Usage

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

let value: RecipientCreateTemplateRecipientsAuthOptions = {
  accessAuth: "ACCOUNT",
  actionAuth: "EXPLICIT_NONE",
};

Fields

Field Type Required Description
accessAuth operations.RecipientCreateTemplateRecipientsAccessAuthResponse ✔️ The type of authentication required for the recipient to access the document.
actionAuth operations.RecipientCreateTemplateRecipientsActionAuthResponse ✔️ The type of authentication required for the recipient to sign the document.