Skip to main content

AuthenticationPreDeleteInterceptor

Trait AuthenticationPreDeleteInterceptor 

Source
pub trait AuthenticationPreDeleteInterceptor: Send + Sync {
    // Required method
    fn intercept<'a>(
        &self,
        ctx: &mut AuthenticationPreDeleteContext<'a>,
    ) -> Result<()>;
}

Required Methods§

Source

fn intercept<'a>( &self, ctx: &mut AuthenticationPreDeleteContext<'a>, ) -> Result<()>

Implementors§