MCPcopy
hub / github.com/ampproject/amphtml / json

Method json

third_party/subscriptions-project/swg.js:4706–4716  ·  view source on GitHub ↗

* @return {!Object}

()

Source from the content-addressed store, hash-verified

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/**

Callers 9

runTestsFunction · 0.45
test-xhr.jsFile · 0.45
withdrawMethod · 0.45
jsonMethod · 0.45
jsonMethod · 0.45
jsonMethod · 0.45
getPropensityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected