Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/security / / CreatedToken

Interface: CreatedToken

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

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:53
recordreadonlyAuthTokenRecordpackages/security/src/auth/crud.ts:54