MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/sdk/src/oauth-discovery.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 * to inspect error messages to tell "metadata drifted, re-discover"
41 * apart from "refresh token is no longer honoured". */
42export class OAuthDiscoveryError extends Data.TaggedError("OAuthDiscoveryError")<{
43 readonly message: string;
44 readonly status?: number;
45 /** RFC 6749 §5.2 / RFC 7591 §3.2.2 error code, when the AS returned

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected