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

2 uses

	golang.org/x/oauth2/jws (current package)
		jws.go#L137: func EncodeWithSigner(header *Header, c *ClaimSet, sg Signer) (string, error) {
		jws.go#L162: 	return EncodeWithSigner(header, c, sg)