# 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 |