For using google api is it necessary to install the google client libraries for using Oauth 2 in wordpress installation?
In a wordpress installation I am trying to fetch data from the search google console api.
Seems I need Oauth 2.0
Is there some short code that I can use without installing all the libraries with composer?
Cannot find code which does it without the libraries.