Trait steam_vent::auth::AuthConfirmationHandler

source ·
pub trait AuthConfirmationHandler {
    // Required method
    fn handle_confirmation<'life0, 'async_trait>(
        &'life0 mut self,
        allowed_confirmations: Vec<ConfirmationMethod>
    ) -> Pin<Box<dyn Future<Output = ConfirmationAction> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

source

fn handle_confirmation<'life0, 'async_trait>( &'life0 mut self, allowed_confirmations: Vec<ConfirmationMethod> ) -> Pin<Box<dyn Future<Output = ConfirmationAction> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§