* @return {!Object}
()
| 4704 | * @return {!Object} |
| 4705 | */ |
| 4706 | json() { |
| 4707 | return { |
| 4708 | 'id': this.id, |
| 4709 | 'email': this.email, |
| 4710 | 'emailVerified': this.emailVerified, |
| 4711 | 'name': this.name, |
| 4712 | 'givenName': this.givenName, |
| 4713 | 'familyName': this.familyName, |
| 4714 | 'pictureUrl': this.pictureUrl, |
| 4715 | }; |
| 4716 | } |
| 4717 | } |
| 4718 | |
| 4719 | /** |
no outgoing calls
no test coverage detected