pub type JwtGetSubjectHandler = Arc<dyn for<'a> Fn(&'a JwtSessionContext) -> Pin<Box<dyn Future<Output = Result<String, OpenAuthError>> + Send + 'a>> + Send + Sync>;
pub struct JwtGetSubjectHandler { /* private fields */ }