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