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

Function getOauthCallbackRelayEndpoint

src/services/oauth/client.ts:153–155  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

151}
152
153function getOauthCallbackRelayEndpoint(path: string): string {
154 return new URL(path, getOauthTokenUrl()).toString()
155}
156
157function isTransientError(error: unknown): boolean {
158 if (!axios.isAxiosError(error)) {

Callers 2

pollOauthCallbackRelayFunction · 0.85

Calls 2

getOauthTokenUrlFunction · 0.85
toStringMethod · 0.65

Tested by

no test coverage detected