Validates that the aud claim matches one of the provided Firebase project IDs.
aud
bool validateProjectID(List<String> projectIds) => projectIds.contains(aud);