Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / GenerateRawTokenOptions
Interface: GenerateRawTokenOptions
Defined in: packages/security/src/auth/token-format.ts:113
Options for generateRawToken(...).
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
env | readonly | string | Environment label. | packages/security/src/auth/token-format.ts:117 |
prefix? | readonly | string | Token prefix. Defaults to DEFAULT_TOKEN_PREFIX. | packages/security/src/auth/token-format.ts:115 |