Checks whether the token's kid is present in the list of known public keys.
kid
bool validateKeysByKid(List<String> keys) { return keys.contains(kid); }