Function: isOAuthError()
ts
function isOAuthError(value): value is OAuthError;Defined in: src/core/errors/predicates.ts:86
Stable
An OAuth 2.0 failure: token exchange, refresh, or cloud-id resolution.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
value is OAuthError