Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / CreatedToken

Interface: CreatedToken

Defined in: packages/security/src/auth/crud.ts:51

Result of createToken(...). The raw token is a SecretValue so it is never accidentally logged on the way back to the caller.

Stable

Properties

PropertyModifierTypeDefined in
rawreadonlySecretValuepackages/security/src/auth/crud.ts:52
recordreadonlyAuthTokenRecordpackages/security/src/auth/crud.ts:53