Home | History | Annotate | Download | only in webapp

Lines Matching refs:fetchThirdPartyToken

32  *     fetchThirdPartyToken Called by Me2Me connections when a third party
49 remoting.ClientSession = function(accessCode, fetchPin, fetchThirdPartyToken,
68 this.fetchThirdPartyToken_ = fetchThirdPartyToken;
952 var fetchThirdPartyToken = function(tokenUrl, hostPublicKey, scope) {
957 this.plugin_.fetchThirdPartyTokenHandler = fetchThirdPartyToken;