You are here

public function Scope::__construct in OAuth2 Server 7

File

lib/Drupal/oauth2_server/Scope.php, line 15

Class

Scope
Provides a scope-checking utility to the library.

Namespace

Drupal\oauth2_server

Code

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