private property BrightcoveAPIClient::$re_authorization_tried in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::re_authorization_tried
- 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\EntityCode
private $re_authorization_tried = FALSE;