MCPcopy
hub / github.com/anomalyco/openauth / Tokens

Interface Tokens

packages/openauth/src/client.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface Tokens {
25 access: string
26 refresh: string
27}
28
29interface ResponseLike {
30 json(): Promise<unknown>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…