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

Class

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

Source from the content-addressed store, hash-verified

261}
262
263export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()(
264 "OAuthSessionNotFoundError",
265 { state: OAuthState },
266) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected