Skip to main content

CustomErrorHandler

Type Alias CustomErrorHandler 

Source
pub type CustomErrorHandler = Arc<dyn Fn(&AuthError, &str) -> HttpResponse + Send + Sync>;
Expand description

Custom error handler type for authentication failures

Aliased Typeยง

pub struct CustomErrorHandler { /* private fields */ }