Beispiel #1
0
 /**
  * Get a single parameter from the auth code request parameters.
  *
  * @param $key
  * @param null $default
  * @return mixed 
  * @static 
  */
 public static function getAuthCodeRequestParam($key, $default = null)
 {
     return \LucaDegasperi\OAuth2Server\Authorizer::getAuthCodeRequestParam($key, $default);
 }