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

8 uses

	golang.org/x/oauth2/jws (current package)
		jws.go#L34: type ClaimSet struct {
		jws.go#L54: func (c *ClaimSet) encode() (string, error) {
		jws.go#L117: func Decode(payload string) (*ClaimSet, error) {
		jws.go#L128: 	c := &ClaimSet{}
		jws.go#L137: func EncodeWithSigner(header *Header, c *ClaimSet, sg Signer) (string, error) {
		jws.go#L156: func Encode(header *Header, c *ClaimSet, key *rsa.PrivateKey) (string, error) {

	golang.org/x/oauth2/google
		jwt.go#L57: 	cs := &jws.ClaimSet{

	golang.org/x/oauth2/jwt
		jwt.go#L107: 	claimSet := &jws.ClaimSet{