You are here

public function ScopeUtility::__construct in OAuth2 Server 2.0.x

Same name and namespace in other branches
  1. 8 src/ScopeUtility.php \Drupal\oauth2_server\ScopeUtility::__construct()

ScopeUtility constructor.

Parameters

\Drupal\oauth2_server\ServerInterface $server: The server.

File

src/ScopeUtility.php, line 28

Class

ScopeUtility
Provides a scope-checking utility to the library.

Namespace

Drupal\oauth2_server

Code

public function __construct(ServerInterface $server) {
  $this->server = $server;
}