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