コード例 #1
0
 /**
  * Redirect the user to Tokenpass to get authorization
  */
 public function redirectToProvider()
 {
     return Socialite::redirect();
 }