You are here

public function BrightcoveAPIClientInterface::getSecretKey in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getSecretKey()
  2. 3.x 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\brightcove

Code

public function getSecretKey();