mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
572 B
572 B
AuthVerify2FASetupRequest
Example Usage
import { AuthVerify2FASetupRequest } from "dokploy/models/operations";
let value: AuthVerify2FASetupRequest = {
pin: "7573",
secret: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
pin |
string | ✔️ | N/A |
secret |
string | ✔️ | N/A |