コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nljuboja/OAuthAPI
 /**
  * Set the RedirectUri generator instance.
  *
  * @param $redirectUri
  * @static 
  */
 public static function setRedirectUriGenerator($redirectUri)
 {
     return \LucaDegasperi\OAuth2Server\Authorizer::setRedirectUriGenerator($redirectUri);
 }