protected property OAuth2Manager::$accessToken in Social API 3.x
Same name and namespace in other branches
- 8.2 src/AuthManager/OAuth2Manager.php \Drupal\social_api\AuthManager\OAuth2Manager::accessToken
Access token for OAuth2 authentication.
Type: \League\OAuth2\Client\Token\AccessToken|string|mixed
File
- src/
AuthManager/ OAuth2Manager.php, line 28
Class
- OAuth2Manager
- Defines basic OAuth2Manager to be used by social auth and social post.
Namespace
Drupal\social_api\AuthManagerCode
protected $accessToken;