pub async fn authenticate_for_jwt( ctx: &Context<'_>, jwks: JWKS, issuer_uri: &str, ) -> Result<ValidJWT, Error>