Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / TokenEndpointResponse
Interface: TokenEndpointResponse
Defined in: packages/security/src/oauth/token-endpoint.ts:21
Internal HTTP-style response shape consumed by the higher-level flows.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
body | readonly | TokenEndpointBody | packages/security/src/oauth/token-endpoint.ts:25 |
ok | readonly | boolean | packages/security/src/oauth/token-endpoint.ts:22 |
status | readonly | number | packages/security/src/oauth/token-endpoint.ts:23 |
statusText? | readonly | string | packages/security/src/oauth/token-endpoint.ts:24 |