Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 472 Bytes

documentupdatedocumentglobalactionauthresponse.md

File metadata and controls

17 lines (11 loc) · 472 Bytes

DocumentUpdateDocumentGlobalActionAuthResponse

The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.

Example Usage

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

let value: DocumentUpdateDocumentGlobalActionAuthResponse = "PASSKEY";

Values

"ACCOUNT" | "PASSKEY" | "TWO_FACTOR_AUTH"