Files
oc-gcalendar-plugin/vendor/google/apiclient/docs/auth.md
2019-10-13 18:38:03 +02:00

11 lines
386 B
Markdown

# Authorization
The Google PHP Client Library supports several methods for making authenticated calls to the Google APIs.
- [API Keys](api-keys.md)
- [OAuth 2.0 For Webservers](oauth-web.md)
- [OAuth 2.0 Service Accounts](oauth-server.md)
In addition, it supports a method of identifying users without granting access to make Google API calls.
- [ID Token Verification](id-token.md)