()
| 83 | } |
| 84 | |
| 85 | async getAccessToken() { |
| 86 | return this.peers.gmailController.getAccessToken({ |
| 87 | ...this.state.userInfo, |
| 88 | beforeAuth: () => this.beforeAuthorization(), |
| 89 | afterAuth: () => this.afterAuthorization() |
| 90 | }); |
| 91 | } |
| 92 | |
| 93 | beforeAuthorization() { |
| 94 | this.ports.editor.emit('error-message', { |
no test coverage detected