({email})
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected