You are here

private property BrightcoveAPIClient::$re_authorization_tried in Brightcove Video Connect 8.2

Same name and namespace in other branches
  1. 8 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::re_authorization_tried
  2. 3.x src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::re_authorization_tried

Indicate if there was an re-authorization attempt or not.

Type: bool

File

src/Entity/BrightcoveAPIClient.php, line 111

Class

BrightcoveAPIClient
Defines the Brightcove API Client entity.

Namespace

Drupal\brightcove\Entity

Code

private $re_authorization_tried = FALSE;