Hallo Ingo,
Google APIs use the OAuth 2.0 protocol for authentication and authorization. There are quite a few resources <https://en.wikipedia.org/wiki/OAuth> available on the Internet, covering this protocol in general. OAuth is an authorization protocol, rather than an authentication protocol. Using OAuth on its own as an authentication method may be referred to as pseudo-authentication. You can read here <https://cloud.google.com/docs/authentication> about the way the OAuth 2.0 is used in Google products, or here <https://developers.google.com/identity/protocols/OAuth2>. There are separate documentation pages for storage <https://cloud.google.com/storage/docs/authentication>, compute engine <https://cloud.google.com/compute/docs/api/how-tos/authorization>, server-to-server <https://developers.google.com/identity/protocols/OAuth2ServiceAccount>applications, or specific to various APIs <https://developers.google.com/identity/protocols/googlescopes>. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ef20a357-cad8-460a-9638-5f37446132c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
