You are here

public function BrightcoveAPIClientInterface::getAccessToken in Brightcove Video Connect 8

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

Code

public function getAccessToken();