Cheetah
|
Public Member Functions | |
checkScope ($required_scope, $available_scope) | |
getScopeFromRequest (RequestInterface $request) | |
![]() | |
scopeExists ($scope) | |
getDefaultScope ($client_id=null) | |
Class to handle scope implementation logic
Definition at line 12 of file ScopeInterface.php.
OAuth2\ScopeInterface::checkScope | ( | $required_scope, | |
$available_scope | |||
) |
Check if everything in required scope is contained in available scope.
$required_scope | A space-separated string of scopes. |
Implemented in OAuth2\Scope.
OAuth2\ScopeInterface::getScopeFromRequest | ( | RequestInterface | $request | ) |