You are here

public function OAuth2ServerAuthentication::__construct in RESTful 7.2

File

src/Plugin/authentication/OAuth2ServerAuthentication.php, line 29

Class

OAuth2ServerAuthentication
Authentication support for oauth2_server.

Namespace

Drupal\restful\Plugin\authentication

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
  $this->resourceManager = restful()
    ->getResourceManager();
}