Type Definition openid_client::types::RequestInterceptor
source · pub type RequestInterceptor = Box<dyn FnMut(&Request) -> RequestOptions>;Expand description
Request Interceptor
RequestInterceptor is the alias for the closure that will be executed
every time a request is being made.