Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / AuthLoginOptions
Interface: AuthLoginOptions
Defined in: packages/cli/src/commands/auth.ts:45
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
clientId? | readonly | string | Optional pre-existing client identifier — skips Dynamic Client Registration when supplied. | - | packages/cli/src/commands/auth.ts:54 |
config? | readonly | string | - | AuthCommonOptions.config | packages/cli/src/commands/auth.ts:41 |
deviceFlow? | readonly | boolean | - | - | packages/cli/src/commands/auth.ts:49 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | AuthCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | AuthCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | AuthCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | AuthCommonOptions.print | packages/cli/src/internal/output.ts:75 |
scope? | readonly | string | - | - | packages/cli/src/commands/auth.ts:48 |
serverId? | readonly | string | - | - | packages/cli/src/commands/auth.ts:47 |
serverUrl | readonly | string | - | - | packages/cli/src/commands/auth.ts:46 |