MCPcopy Index your code
hub / github.com/Noumena-Network/code / refreshImpl

Function refreshImpl

src/utils/auth.refresh.test.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14const refreshCalls: string[] = []
15let refreshImpl: typeof import('../services/oauth/client.ts').refreshOAuthToken = async () => {
16 throw new Error('refresh impl not configured')
17}
18const performManagedReauthenticationCalls: Array<{
19 args: Parameters<
20 typeof import('../services/oauth/interactiveReauth.ts').performManagedReauthentication

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected