예제 #1
0
파일: GitHub.php 프로젝트: jankal/mvc
 /**
  * @param string $username
  * @param string $token Users authentication token OR password if 2FA is not enabled
  * @return void
  */
 public static function authenticateUser($username, $token)
 {
     self::$authUser = "******";
     self::$authenticatedUser = true;
 }