pub type PhoneNumberCallback = Arc<dyn Fn(&str, &str) -> Result<(), RustAuthError> + Send + Sync + 'static>;Expand description
Synchronous post-verification callback receiving (phone_number, user_id).
Aliased Typeยง
pub struct PhoneNumberCallback { /* private fields */ }