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

Method removeOAuthToken

src/controller/app.controller.js:427–429  ·  view source on GitHub ↗
({email})

Source from the content-addressed store, hash-verified

425 }
426
427 async removeOAuthToken({email}) {
428 return gmail.unauthorize(email);
429 }
430
431 async authorizeGmail({email, legacyGsuite, scopes, gmailCtrlId, forcePicker}) {
432 const gmailCtrl = await controllerPool.get(gmailCtrlId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected