MCPcopy Create free account
hub / github.com/Noumena-Network/code / importFreshOauthModule

Function importFreshOauthModule

src/constants/oauth.test.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29})
30
31async function importFreshOauthModule() {
32 return import(`./oauth.ts?nonce=${Date.now()}-${Math.random()}`)
33}
34
35describe('oauth URL helpers', () => {
36 it('uses the Noumena issuer for token and derives the code web host for authorize/callback/success pages', () => {

Callers 1

oauth.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected