App\Http\Controllers\OauthController::getAuthorizationFirst PHP 메소드

getAuthorizationFirst() 개인적인 메소드

Redirect the user to the Social Media Account authentication page
private getAuthorizationFirst ( $provider ) : RedirectResponse
$provider
리턴 Symfony\Component\HttpFoundation\RedirectResponse
    private function getAuthorizationFirst($provider)
    {
        return $this->socialite->driver($provider)->redirect();
    }