diff --git a/src/OAuth2/ResourceServer.php b/src/OAuth2/ResourceServer.php index c70f67b0..b30cd32e 100644 --- a/src/OAuth2/ResourceServer.php +++ b/src/OAuth2/ResourceServer.php @@ -182,6 +182,15 @@ class ResourceServer return true; } + /** + * Get the session scopes + * @return [type] [description] + */ + public function getScopes() + { + return $this->sessionScopes; + } + /** * Checks if the presented access token has the given scope(s). *