Skip to main content

JwtGetJwksHandler

Type Alias JwtGetJwksHandler 

Source
pub type JwtGetJwksHandler = Arc<dyn for<'a> Fn(&'a AuthContext) -> Pin<Box<dyn Future<Output = Result<Vec<Jwk>, RustAuthError>> + Send + 'a>> + Send + Sync>;

Aliased Typeยง

pub struct JwtGetJwksHandler { /* private fields */ }