MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / requestOAuthUrlFromPanel

Function requestOAuthUrlFromPanel

background.js:5476–5478  ·  view source on GitHub ↗
(state, options = {})

Source from the content-addressed store, hash-verified

5474);
5475
5476async function requestOAuthUrlFromPanel(state, options = {}) {
5477 return panelBridge.requestOAuthUrlFromPanel(state, options);
5478}
5479
5480async function requestCpaOAuthUrl(state, options = {}) {
5481 return panelBridge.requestCpaOAuthUrl(state, options);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected