Skip to main content

curseforge.verify_code

Overview

  • Verify the 6-digit security code received by email and obtain an auth token. Async; the result is reported via toast. cfcore persists the token internally on success.

Metadata

FieldValue
DisplayCurseForge Verify Code
Categorycurseforge
AccessScriptCheat
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
emailstringyesCurseForge account email previously used with curseforge.send_code.
codeintyes6-digit security code received by email.

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('curseforge.verify_code', {
email: '',
code: 0,
});