pub type RespondPolicy = dyn FnMut(&IdentityRequestContext<'_>) -> RespondDecision;Expand description
A registerable respond policy: given the request context, decide the verdict.
pub type RespondPolicy = dyn FnMut(&IdentityRequestContext<'_>) -> RespondDecision;A registerable respond policy: given the request context, decide the verdict.