mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
This is a new form of authentication for Google services, where instead of passing a signed claim to obtain a token from the OAuth endpoint, you present the signed claim *as* the token to the API endpoint. Fixes #139. Fixes #140. Change-Id: Ibf0f168a0ec111660ac08b86121c943fb96e146c Reviewed-on: https://go-review.googlesource.com/10667 Reviewed-by: David Symonds <dsymonds@golang.org> Reviewed-by: Dave Day <djd@golang.org>