Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 397 Bytes

documentfinddocumentsactionauth.md

File metadata and controls

17 lines (11 loc) · 397 Bytes

DocumentFindDocumentsActionAuth

The type of authentication required for the recipient to sign the document.

Example Usage

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

let value: DocumentFindDocumentsActionAuth = "TWO_FACTOR_AUTH";

Values

"ACCOUNT" | "PASSKEY" | "TWO_FACTOR_AUTH" | "EXPLICIT_NONE"