Home | History | Annotate | Download | only in webapp

Lines Matching refs:email

38 remoting.OAuth2.prototype.KEY_EMAIL_ = 'remoting-email';
45 'https://www.googleapis.com/auth/userinfo#email';
340 * Get the user's email address.
342 * @param {function(string):void} onOk Callback invoked when the email
356 /** @param {string} email */
357 var onResponse = function(email) {
358 window.localStorage.setItem(that.KEY_EMAIL_, email);
359 onOk(email);
367 * If the user's email address is cached, return it, otherwise return null.
369 * @return {?string} The email address, if it has been cached by a previous call