fn select_jwk<'a>(keys: &'a [Jwk], kid: Option<&str>) -> Option<&'a Jwk>
Selects the JWK matching kid, or the sole key when no kid is present.
kid