MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / cancelAuthorizeGmail

Method cancelAuthorizeGmail

src/controller/app.controller.js:436–441  ·  view source on GitHub ↗
({gmailCtrlId})

Source from the content-addressed store, hash-verified

434 }
435
436 async cancelAuthorizeGmail({gmailCtrlId}) {
437 const gmailCtrl = await controllerPool.get(gmailCtrlId);
438 if (gmailCtrl) {
439 gmailCtrl.cancelAuthorization();
440 }
441 }
442
443 async checkLicense({email}) {
444 return gmail.checkLicense({email});

Callers

nothing calls this directly

Calls 2

cancelAuthorizationMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected