Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 419 Bytes

recipientgetdocumentrecipientactionauth.md

File metadata and controls

17 lines (11 loc) · 419 Bytes

RecipientGetDocumentRecipientActionAuth

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

Example Usage

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

let value: RecipientGetDocumentRecipientActionAuth = "EXPLICIT_NONE";

Values

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