Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DUserRefreshCredentials.php112 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\UserRefreshCredentials
114 return $this->auth->fetchAuthToken($httpHandler);
H A DServiceAccountCredentials.php191 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\ServiceAccountCredentials
196 $accessToken = $jwtCreds->fetchAuthToken($httpHandler);
205 return $this->auth->fetchAuthToken($httpHandler);
H A DInsecureCredentials.php42 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\InsecureCredentials
H A DAppIdentityCredentials.php127 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\AppIdentityCredentials
H A DServiceAccountJwtAccessCredentials.php137 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
H A DGCECredentials.php483 : $this->fetchAuthToken($httpHandler)['access_token'];
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenInterface.php31 public function fetchAuthToken(callable $httpHandler = null); function
H A DFetchAuthTokenCache.php68 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\FetchAuthTokenCache
74 $auth_token = $this->fetcher->fetchAuthToken($httpHandler);
H A DOAuth2.php538 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\OAuth2
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DAuthTokenMiddleware.php122 $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler);
H A DProxyAuthTokenMiddleware.php122 $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php257 $creds = $auth->fetchAuthToken($httpHandler);
303 $creds = $credentials->fetchAuthToken($httpHandler);
344 $creds = $auth->fetchAuthToken($httpHandler);