You are here

public function GoogleApiClientInterface::getScopes 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::getScopes()
  2. 8.2 src/GoogleApiClientInterface.php \Drupal\google_api_client\GoogleApiClientInterface::getScopes()

Function returns the Scopes for the account.

Return value

array Returns array of scopes.

1 method overrides GoogleApiClientInterface::getScopes()
GoogleApiClient::getScopes in src/Entity/GoogleApiClient.php
Function returns the Scopes for the account.

File

src/GoogleApiClientInterface.php, line 46

Class

GoogleApiClientInterface
Provides an interface defining a GoogleApiClient entity.

Namespace

Drupal\google_api_client

Code

public function getScopes();