public function ScopeUtility::__construct in OAuth2 Server 8
Same name and namespace in other branches
- 2.0.x 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_serverCode
public function __construct(ServerInterface $server) {
$this->server = $server;
}