Beispiel #1
0
 /**
  * get the scopes associated with the current request.
  *
  * @return array 
  * @static 
  */
 public static function getScopes()
 {
     return \LucaDegasperi\OAuth2Server\Authorizer::getScopes();
 }