public function GoogleApiServiceClientInterface::getAccessToken in Google API PHP Client 8.4
Same name and namespace in other branches
- 8.3 src/GoogleApiServiceClientInterface.php \Drupal\google_api_client\GoogleApiServiceClientInterface::getAccessToken()
Function returns Json of access_token.
Return value
array Returns the access token.
1 method overrides GoogleApiServiceClientInterface::getAccessToken()
- GoogleApiServiceClient::getAccessToken in src/
Entity/ GoogleApiServiceClient.php - Function returns Json of access_token.
File
- src/
GoogleApiServiceClientInterface.php, line 28
Class
- GoogleApiServiceClientInterface
- Provides an interface defining a GoogleApiServiceClient entity.
Namespace
Drupal\google_api_clientCode
public function getAccessToken();