pub fn jwk_from_gcp_public_key( pem: &str, kid: &str, algorithm: &SigningAlgorithm, hint: &str, ) -> Result<Jwk>