Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.6 KB

documentgetdocumentwithdetailsbyidauthoptions.md

File metadata and controls

19 lines (14 loc) · 2.6 KB

DocumentGetDocumentWithDetailsByIdAuthOptions

Example Usage

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

let value: DocumentGetDocumentWithDetailsByIdAuthOptions = {
  globalAccessAuth: "ACCOUNT",
  globalActionAuth: "PASSKEY",
};

Fields

Field Type Required Description
globalAccessAuth operations.DocumentGetDocumentWithDetailsByIdGlobalAccessAuth ✔️ The type of authentication required for the recipient to access the document.
globalActionAuth operations.DocumentGetDocumentWithDetailsByIdGlobalActionAuth ✔️ The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.