golang.org/x/oauth2/google.credentialsFile.jwtConfig (method)

3 uses

	golang.org/x/oauth2/google (current package)
		google.go#L89: 	return f.jwtConfig(scope), nil
		google.go#L116: func (f *credentialsFile) jwtConfig(scopes []string) *jwt.Config {
		google.go#L133: 		cfg := f.jwtConfig(scopes)