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

Class

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

Source from the content-addressed store, hash-verified

248}
249
250export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()(
251 "OAuthSessionNotFoundError",
252 { state: OAuthState },
253) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected