Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.23 KB

recipientgettemplaterecipientauthoptions.md

File metadata and controls

19 lines (14 loc) · 2.23 KB

RecipientGetTemplateRecipientAuthOptions

Example Usage

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

let value: RecipientGetTemplateRecipientAuthOptions = {
  accessAuth: "ACCOUNT",
  actionAuth: "PASSKEY",
};

Fields

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.