Beispiel #1
0
 /**
  * Get the client id of the current request.
  *
  * @return string 
  * @static 
  */
 public static function getClientId()
 {
     return \LucaDegasperi\OAuth2Server\Authorizer::getClientId();
 }