golang.org/x/oauth2.Config.RedirectURL (field)

7 uses

	golang.org/x/oauth2 (current package)
		oauth2.go#L56: 	RedirectURL string
		oauth2.go#L157: 	if c.RedirectURL != "" {
		oauth2.go#L158: 		v.Set("redirect_uri", c.RedirectURL)
		oauth2.go#L218: 	if c.RedirectURL != "" {
		oauth2.go#L219: 		v.Set("redirect_uri", c.RedirectURL)

	golang.org/x/oauth2/google
		google.go#L67: 		RedirectURL:  c.RedirectURIs[0],
		sdk.go#L110: 					RedirectURL:  "oob",