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

Function parseScopes

src/services/oauth/client.ts:84–86  ·  view source on GitHub ↗
(scopeString?: string)

Source from the content-addressed store, hash-verified

82}
83
84export function parseScopes(scopeString?: string): string[] {
85 return scopeString?.split(' ').filter(Boolean) ?? []
86}
87
88export function buildAuthUrl({
89 codeChallenge,

Callers 1

refreshOAuthTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected