Searched defs:new_access_token (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_consumer.cc38 const std::string& new_access_token,
41 access_token(new_access_token),
36 ClientOAuthResult( const std::string& new_refresh_token, const std::string& new_access_token, int new_expires_in_secs) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php535 $new_token = $this->data_store->new_access_token($token, $consumer, $verifier);
719 function new_access_token($token, $consumer, $verifier = null) { function

Completed in 146 milliseconds