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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
raw | readonly | SecretValue | packages/security/src/auth/crud.ts:52 |
record | readonly | AuthTokenRecord | packages/security/src/auth/crud.ts:53 |