Versions in this module Expand all Collapse all v0 v0.1.0 Apr 6, 2020 Changes in this version + const GOOGLE_TOKEN_URL + func Authenticate(tokenSource oauth2.TokenSource) (token oauth2.Token, err error) + func JWTAccessTokenSourceFromJSON(jsonKey []byte, audience string) (oauth2.TokenSource, error) + func NewClient(jwtSource oauth2.TokenSource) *http.Client + type TokenResponse struct + IdToken string