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

Interface ResponseLike

packages/openauth/src/client.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29interface ResponseLike {
30 json(): Promise<unknown>
31 ok: Response["ok"]
32}
33type FetchLike = (...args: any[]) => Promise<ResponseLike>
34
35export type Challenge = {

Callers 8

authorizer.test.tsFile · 0.80
getIssuerFunction · 0.80
getJWKSFunction · 0.80
exchangeFunction · 0.80
refreshFunction · 0.80
authorizerFunction · 0.80
subjectFunction · 0.80
getCredentialsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…