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_serverCode
public function __construct($server) {
$this->server = $server;
}