'consent', 'accessType' => 'offline', 'clientId' => $oOAuthClient->Get('client_id'), 'clientSecret' => $oOAuthClient->Get('client_secret'), 'redirectUri' => $oOAuthClient->Get('redirect_url'), 'scope' => $oOAuthClient->GetScope(), ]; $this->oVendorProvider = new Google($aOptions, $collaborators); } }