Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / RefreshFailureEvent
Interface: RefreshFailureEvent
Defined in: packages/security/src/oauth/types.ts:312
Snapshot passed to OAuthStrategy.onRefreshFailure.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
attemptedAt | readonly | number | packages/security/src/oauth/types.ts:317 |
hint? | readonly | string | packages/security/src/oauth/types.ts:316 |
reason | readonly | string | packages/security/src/oauth/types.ts:315 |
serverId | readonly | string | packages/security/src/oauth/types.ts:313 |
serverUrl | readonly | string | packages/security/src/oauth/types.ts:314 |