pub type JwtGetJwksHandler = Arc<dyn for<'a> Fn(&'a AuthContext) -> Pin<Box<dyn Future<Output = Result<Vec<Jwk>, RustAuthError>> + Send + 'a>> + Send + Sync>;
pub struct JwtGetJwksHandler { /* private fields */ }