Home
last modified time | relevance | path

Searched refs:updateToken (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php373 $this->updateToken($opts);
546 $this->updateToken($credentials);
634 public function updateToken(array $config) function in Google\\Auth\\OAuth2