github.com/golang-jwt/jwt/v5.VerificationKeySet.Keys (field)

3 uses

	github.com/golang-jwt/jwt/v5 (current package)
		parser.go#L99: 		if len(have.Keys) == 0 {
		parser.go#L104: 		for _, key := range have.Keys {
		token.go#L25: 	Keys []VerificationKey