Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/cli / / TokenCreateResult
Interface: TokenCreateResult
Defined in: packages/cli/src/commands/token.ts:71
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
expiresAt? | readonly | string | packages/cli/src/commands/token.ts:76 |
id | readonly | string | packages/cli/src/commands/token.ts:72 |
label? | readonly | string | packages/cli/src/commands/token.ts:73 |
raw | readonly | string | packages/cli/src/commands/token.ts:75 |
scopes | readonly | readonly string[] | packages/cli/src/commands/token.ts:74 |