RespondPolicy

Type Alias RespondPolicy 

Source
pub type RespondPolicy = dyn FnMut(&IdentityRequestContext<'_>) -> RespondDecision;
Expand description

A registerable respond policy: given the request context, decide the verdict.