google: dummy commit to trigger Trybot after rebasing

Change-Id: Iefbf394e5aa3bc69b5a82ec861b1b4a2b21c941a
This commit is contained in:
Patrick Jones
2020-12-02 15:40:09 -08:00
parent a17de82d3e
commit 3178b87fa5

View File

@@ -85,7 +85,7 @@ type STSTokenExchangeRequest struct {
SubjectTokenType string
}
// STSTokenExchangeResponse is used to decode the remote server's response during an oauth2 token exchange.
// STSTokenExchangeResponse is used to decode the remote server response during an oauth2 token exchange.
type STSTokenExchangeResponse struct {
AccessToken string `json:"access_token"`
IssuedTokenType string `json:"issued_token_type"`