Skip to main content

AuthenticationPostCreateInterceptor

Trait AuthenticationPostCreateInterceptor 

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

Required Methods§

Source

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

Implementors§