public function BrightcoveAPIClient::getSecretKey in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getSecretKey()
- 8 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\EntityCode
public function getSecretKey() {
return $this->secret_key;
}