Skip to main content

RevocationCheck

Type Alias RevocationCheck 

Source
pub type RevocationCheck<C> = (Arc<dyn RevocationList>, Arc<dyn Fn(&C) -> Option<String> + Sync + Send>);
Expand description

Pair of RevocationList and a JTI extractor used to wire revocation onto a verifier.