func golang.org/x/oauth2/jws.Decode

2 uses

	golang.org/x/oauth2/jws (current package)
		jws.go#L117: func Decode(payload string) (*ClaimSet, error) {

	golang.org/x/oauth2/jwt
		jwt.go#L172: 		claimSet, err := jws.Decode(v)