Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ isAuthError
Function
isAuthError
packages/cli/src/auth/errors.ts:64–66 ·
view source on GitHub ↗
(err: unknown)
Source
from the content-addressed store, hash-verified
62
);
63
64
export
function
isAuthError(err: unknown): err is AuthError {
65
return
err instanceof AuthError;
66
}
Callers
12
assertOAuthConfiguredOrExit
Function · 0.85
tryRefresh
Method · 0.85
tryResolveCredential
Function · 0.85
oauth.test.ts
File · 0.85
resolver.test.ts
File · 0.85
errors.test.ts
File · 0.85
client.test.ts
File · 0.85
store.test.ts
File · 0.85
handleResolveError
Function · 0.85
verify
Function · 0.85
verifyAndReport
Function · 0.85
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected