### What's your question? jwt::helper::create_public_key_from_rsa_components jwks example? and how to verify google jwt id tokens? ### Additional Context I've a jwt id token from google, that I obtained through the normal oauth2 sign in with google flow, I want to verify it with this library, google's public keys are ig offered from 3 end points in different formats, https://[www.googleapis.com/oauth2/v1/certs](https://www.googleapis.com/oauth2/v1/certs) https://[www.googleapis.com/oauth2/v2/certs](https://www.googleapis.com/oauth2/v2/certs) https://[www.googleapis.com/oauth2/v3/certs](https://www.googleapis.com/oauth2/v3/certs) how do I use any of those with the libraries, I was trying the jwks example for the v3 one, but as the title says, the create_public key isn't there