Type Alias AuthStateCallback

Source
pub type AuthStateCallback = Box<dyn Fn(AuthEvent, Option<Session>) + Send + Sync + 'static>;
Expand description

Authentication state change callback

Aliased Typeยง

pub struct AuthStateCallback(/* private fields */);