curseforge.auth_status
Overview
- Return whether the current cfcore session holds a valid CurseForge auth token. Synchronous; no toast.
Metadata
| Field | Value |
|---|---|
| Display | CurseForge Auth Status |
| Category | curseforge |
| Access | ScriptCheat |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
authenticated | bool | yes | Whether the cfcore session holds a valid auth token |
Usage
await inzoi.cli.execute('curseforge.auth_status');