class JSON::JWK::Set

def [](kid)

def [](kid)
  detect do |jwk|
    jwk[:kid] && jwk[:kid] == kid
  end
end