golang.org/x/oauth2.Config.Scopes (field)
9 uses
golang.org/x/oauth2 (current package)
oauth2.go#L59: Scopes []string
oauth2.go#L160: if len(c.Scopes) > 0 {
oauth2.go#L161: v.Set("scope", strings.Join(c.Scopes, " "))
oauth2.go#L195: if len(c.Scopes) > 0 {
oauth2.go#L196: v.Set("scope", strings.Join(c.Scopes, " "))
golang.org/x/oauth2/google
google.go#L68: Scopes: scope,
google.go#L139: Scopes: scopes,
sdk.go#L108: Scopes: strings.Split(d.Key.Scope, " "),
sdk.go#L147: return c.conf.Scopes
![]() |
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. |