Skip to content

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

PropertyModifierTypeDescriptionDefined in
envreadonlystringEnvironment label.packages/security/src/auth/token-format.ts:117
prefix?readonlystringToken prefix. Defaults to DEFAULT_TOKEN_PREFIX.packages/security/src/auth/token-format.ts:115