Oauth2Api constructor
Oauth2Api(})
Implementation
Oauth2Api(
http.Client client, {
core.String rootUrl = 'https://www.googleapis.com/',
core.String servicePath = '',
}) : _requester = commons.ApiRequester(
client,
rootUrl,
servicePath,
requestHeaders,
);