golang.org/x/oauth2/jwt.Config.Scopes (field)

3 uses

	golang.org/x/oauth2/jwt (current package)
		jwt.go#L57: 	Scopes []string
		jwt.go#L109: 		Scope:         strings.Join(js.conf.Scopes, " "),

	golang.org/x/oauth2/google
		google.go#L121: 		Scopes:       scopes,