mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
19 lines
580 B
Markdown
19 lines
580 B
Markdown
# AuthLoginRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AuthLoginRequest } from "dokploy/models/operations";
|
|
|
|
let value: AuthLoginRequest = {
|
|
email: "Morton_Hodkiewicz@gmail.com",
|
|
password: "sXMNet8beVnapnS",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `email` | *string* | :heavy_check_mark: | N/A |
|
|
| `password` | *string* | :heavy_check_mark: | N/A | |