public function authorize(Client $client)
 {
     $authUrl = $client->getAuthUrl();
     header("Location: {$authUrl}");
     exit;
 }