Initial commit
This commit is contained in:
11
vendor/google/apiclient/docs/auth.md
vendored
Normal file
11
vendor/google/apiclient/docs/auth.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user