MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / authorizeGmail

Method authorizeGmail

src/controller/app.controller.js:431–434  ·  view source on GitHub ↗
({email, legacyGsuite, scopes, gmailCtrlId, forcePicker})

Source from the content-addressed store, hash-verified

429 }
430
431 async authorizeGmail({email, legacyGsuite, scopes, gmailCtrlId, forcePicker}) {
432 const gmailCtrl = await controllerPool.get(gmailCtrlId);
433 return gmailCtrl.onAuthorize({email, legacyGsuite, scopes, forcePicker});
434 }
435
436 async cancelAuthorizeGmail({gmailCtrlId}) {
437 const gmailCtrl = await controllerPool.get(gmailCtrlId);

Callers

nothing calls this directly

Calls 2

onAuthorizeMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected