mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
629 B
629 B
AuthResetPasswordRequest
Example Usage
import { AuthResetPasswordRequest } from "dokploy/models/operations";
let value: AuthResetPasswordRequest = {
resetPasswordToken: "<value>",
password: "CIXB8RGJr2fxQBu",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
resetPasswordToken |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |