func golang.org/x/oauth2/internal.doTokenRoundTrip

3 uses

	golang.org/x/oauth2/internal (current package)
		token.go#L202: 	token, err := doTokenRoundTrip(ctx, req)
		token.go#L218: 		token, err = doTokenRoundTrip(ctx, req)
		token.go#L231: func doTokenRoundTrip(ctx context.Context, req *http.Request) (*Token, error) {