You are here

public function GoogleApiClientInterface::getAccessToken in Google API PHP Client 8.3

Same name and namespace in other branches
  1. 8.4 src/GoogleApiClientInterface.php \Drupal\google_api_client\GoogleApiClientInterface::getAccessToken()
  2. 8.2 src/GoogleApiClientInterface.php \Drupal\google_api_client\GoogleApiClientInterface::getAccessToken()

Function returns Access Token for the account.

Return value

string Returns JSON Access Token.

1 method overrides GoogleApiClientInterface::getAccessToken()
GoogleApiClient::getAccessToken in src/Entity/GoogleApiClient.php
Function returns Access Token for the account.

File

src/GoogleApiClientInterface.php, line 62

Class

GoogleApiClientInterface
Provides an interface defining a GoogleApiClient entity.

Namespace

Drupal\google_api_client

Code

public function getAccessToken();