public function BrightcoveAPIClientInterface::setSecretKey in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setSecretKey()
- 3.x src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setSecretKey()
Sets the API Client secret key.
Parameters
string $secret_key: The desired secret key.
Return value
$this
1 method overrides BrightcoveAPIClientInterface::setSecretKey()
- BrightcoveAPIClient::setSecretKey in src/
Entity/ BrightcoveAPIClient.php - Sets the API Client secret key.
File
- src/
BrightcoveAPIClientInterface.php, line 157
Class
- BrightcoveAPIClientInterface
- Provides an interface for defining Brightcove API Client entities.
Namespace
Drupal\brightcoveCode
public function setSecretKey($secret_key);