Searched refs:fetchAuthToken (Results 1 – 12 of 12) sorted by relevance
112 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\UserRefreshCredentials114 return $this->auth->fetchAuthToken($httpHandler);
191 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\ServiceAccountCredentials196 $accessToken = $jwtCreds->fetchAuthToken($httpHandler);205 return $this->auth->fetchAuthToken($httpHandler);
42 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\InsecureCredentials
127 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\AppIdentityCredentials
137 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
483 : $this->fetchAuthToken($httpHandler)['access_token'];
31 public function fetchAuthToken(callable $httpHandler = null); function
68 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\FetchAuthTokenCache74 $auth_token = $this->fetcher->fetchAuthToken($httpHandler);
538 public function fetchAuthToken(callable $httpHandler = null) function in Google\\Auth\\OAuth2
122 $auth_tokens = $this->fetcher->fetchAuthToken($this->httpHandler);
257 $creds = $auth->fetchAuthToken($httpHandler);303 $creds = $credentials->fetchAuthToken($httpHandler);344 $creds = $auth->fetchAuthToken($httpHandler);