Hi,
Thank you for reaching out to the Google Ads API support team.
By reviewing your concern, I understand that you are trying to retrieve
listAccessibleCustomers but getting an error message "Missing authorization
code".
In order to investigate your issue further, kindly provide us with the c
$parameters = ['access_type' => 'offline'];
$driver = Socialite::driver('google')->with($parameters);
$user = $driver->stateless()->user();
// dd($user);
$accessToken = $user->token;
$authorizationCode = $_GET['code'];
// $this->afterGoogleCallback($user,$authorizationCode,$accessToken);
$client