Skip to content

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

ParameterType
valueunknown

Returns

value is OAuthError