Home
last modified time | relevance | path

Searched refs:refreshTokenWithAssertion (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php273 public function refreshTokenWithAssertion() function in Google\\Client
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php218 $this->refreshTokenWithAssertion();
256 public function refreshTokenWithAssertion($assertionCredentials = null) { function in Google_OAuth2