Home
last modified time | relevance | path

Searched refs:InvalidScopeException (Results 1 – 5 of 5) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/Exception/
H A DInvalidScopeException.php15 class InvalidScopeException extends Exception class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Exception/
H A DInvalidScopeException.php15 class InvalidScopeException extends Exception class
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php13 use OAuth\OAuth2\Service\Exception\InvalidScopeException; alias
40 * @throws InvalidScopeException
55 …throw new InvalidScopeException('Scope ' . $scope . ' is not valid for service ' . get_class($this…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php13 use OAuth\OAuth2\Service\Exception\InvalidScopeException; alias
53 throw new InvalidScopeException('Scope ' . $scope . ' is not valid for service ' . get_class($this));
/plugin/oauth/
H A Ddeleted.files111 phpoauthlib/src/OAuth/OAuth2/Service/Exception/InvalidScopeException.php