abstract class OAuth2Manager in Social Post 3.x
Same name and namespace in other branches
- 8.2 src/PostManager/OAuth2Manager.php \Drupal\social_post\PostManager\OAuth2Manager
Defines a basic PostManager.
@package Drupal\social_post\PostManager
Hierarchy
- class \Drupal\social_api\AuthManager\OAuth2Manager implements OAuth2ManagerInterface
- class \Drupal\social_post\PostManager\OAuth2Manager implements OAuth2ManagerInterface
Expanded class hierarchy of OAuth2Manager
File
- src/
PostManager/ OAuth2Manager.php, line 12
Namespace
Drupal\social_post\PostManagerView source
abstract class OAuth2Manager extends OAuth2ManagerBase implements OAuth2ManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OAuth2Manager:: |
protected | property | Access token for OAuth2 authentication. | |
OAuth2Manager:: |
protected | property | The service client. | |
OAuth2Manager:: |
protected | property | The logger factory. | |
OAuth2Manager:: |
protected | property | The current request. | |
OAuth2Manager:: |
protected | property | Social Auth implementer settings. | |
OAuth2Manager:: |
protected | property | The user returned by the provider. | |
OAuth2Manager:: |
public | function |
Gets the access token after authentication. Overrides OAuth2ManagerInterface:: |
|
OAuth2Manager:: |
public | function |
Gets the service client object. Overrides OAuth2ManagerInterface:: |
|
OAuth2Manager:: |
public | function |
Sets the access token. Overrides OAuth2ManagerInterface:: |
|
OAuth2Manager:: |
public | function |
Sets the provider client. Overrides OAuth2ManagerInterface:: |
|
OAuth2Manager:: |
public | function | OAuth2Manager Constructor. | |
OAuth2ManagerInterface:: |
public | function | Authenticates the user. | |
OAuth2ManagerInterface:: |
public | function | Returns the authorization URL where user will be redirected. | |
OAuth2ManagerInterface:: |
public | function | Returns OAuth2 state. | |
OAuth2ManagerInterface:: |
public | function | Gets data about the user. |