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