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

Class

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

Source from the content-addressed store, hash-verified

339}
340
341export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()(
342 "OAuthSessionNotFoundError",
343 { state: OAuthState },
344) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected