Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / TokenVerifyOptions
Interface: TokenVerifyOptions
Defined in: packages/cli/src/commands/token.ts:291
Stable
Extends
CommonOutputOptions
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | CommonOutputOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | CommonOutputOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | CommonOutputOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
prefix? | readonly | string | Optional override of the expected token prefix. | - | packages/cli/src/commands/token.ts:294 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | CommonOutputOptions.print | packages/cli/src/internal/output.ts:75 |
token | readonly | string | - | - | packages/cli/src/commands/token.ts:292 |