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",
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |