You are here

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

Function returns Client Secret.

Return value

string Returns Client Secret.

1 method overrides GoogleApiClientInterface::getClientSecret()
GoogleApiClient::getClientSecret in src/Entity/GoogleApiClient.php
Function returns Client Secret.

File

src/GoogleApiClientInterface.php, line 38

Class

GoogleApiClientInterface
Provides an interface defining a GoogleApiClient entity.

Namespace

Drupal\google_api_client

Code

public function getClientSecret();