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

Class

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

Source from the content-addressed store, hash-verified

253}
254
255export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()(
256 "OAuthSessionNotFoundError",
257 { state: OAuthState },
258) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected