'jb-drucker', 'redirect_uri' => 'http://edv.jb-transport.de/oAuthRedirect.php', 'response_type' => 'code', 'scope' => 'https://www.googleapis.com/auth/cloudprint', ); $authConfig = array( 'code' => '', 'client_id' => 'jb-drucker', 'client_secret' => 'AIzaSyDNft6EngzYmJfCSU3sTy9cRGzJQMudK14', 'redirect_uri' => 'http://edv.jb-transport.de/oAuthRedirect.php', "grant_type" => "authorization_code" ); $offlineAccessConfig = array( 'access_type' => 'offline' ); $refreshTokenConfig = array( 'refresh_token' => "", 'client_id' => $authConfig['client_id'], 'client_secret' => $authConfig['client_secret'], 'grant_type' => "refresh_token" ); $urlconfig = array( 'authorization_url' => 'https://accounts.google.com/o/oauth2/auth', 'accesstoken_url' => 'https://accounts.google.com/o/oauth2/token', 'refreshtoken_url' => 'https://www.googleapis.com/oauth2/v3/token' ); ?>