type golang.org/x/oauth2/jws.Signer

2 uses

	golang.org/x/oauth2/jws (current package)
		jws.go#L134: type Signer func(data []byte) (sig []byte, err error)
		jws.go#L137: func EncodeWithSigner(header *Header, c *ClaimSet, sg Signer) (string, error) {