fn audience_contains(aud: &Value, client_id: &str) -> bool
True when aud equals client_id (string aud) or contains it (array aud).
aud
client_id