You are here

public function BrightcoveAPIClient::getSecretKey in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getSecretKey()
  2. 3.x src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getSecretKey()

Returns the API Client secret key.

Return value

string The secret key for this API Client.

Overrides BrightcoveAPIClientInterface::getSecretKey

File

src/Entity/BrightcoveAPIClient.php, line 158

Class

BrightcoveAPIClient
Defines the Brightcove API Client entity.

Namespace

Drupal\brightcove\Entity

Code

public function getSecretKey() {
  return $this->secret_key;
}