You are here

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

Function returns whether the account is Authenticated.

Return value

bool Returns TRUE if authenticated else FALSE.

1 method overrides GoogleApiClientInterface::getAuthenticated()
GoogleApiClient::getAuthenticated in src/Entity/GoogleApiClient.php
Function returns whether the account is Authenticated.

File

src/GoogleApiClientInterface.php, line 70

Class

GoogleApiClientInterface
Provides an interface defining a GoogleApiClient entity.

Namespace

Drupal\google_api_client

Code

public function getAuthenticated();