Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / TokenCreateResult
Interface: TokenCreateResult
Defined in: packages/cli/src/commands/token.ts:63
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
expiresAt? | readonly | string | packages/cli/src/commands/token.ts:68 |
id | readonly | string | packages/cli/src/commands/token.ts:64 |
label? | readonly | string | packages/cli/src/commands/token.ts:65 |
raw | readonly | string | packages/cli/src/commands/token.ts:67 |
scopes | readonly | readonly string[] | packages/cli/src/commands/token.ts:66 |