mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-07 12:27:49 +00:00
17 lines
488 B
Markdown
17 lines
488 B
Markdown
# AuthConfirmEmailRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AuthConfirmEmailRequest } from "dokploy/models/operations";
|
|
|
|
let value: AuthConfirmEmailRequest = {
|
|
confirmationToken: "<value>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------- | ------------------- | ------------------- | ------------------- |
|
|
| `confirmationToken` | *string* | :heavy_check_mark: | N/A | |