Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / RefreshFailureEvent
Interface: RefreshFailureEvent
Defined in: packages/security/src/oauth/types.ts:327
Snapshot passed to OAuthStrategy.onRefreshFailure.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
attemptedAt | readonly | number | packages/security/src/oauth/types.ts:332 |
hint? | readonly | string | packages/security/src/oauth/types.ts:331 |
reason | readonly | string | packages/security/src/oauth/types.ts:330 |
serverId | readonly | string | packages/security/src/oauth/types.ts:328 |
serverUrl | readonly | string | packages/security/src/oauth/types.ts:329 |