offer_choices_and_login

Function offer_choices_and_login 

Source
pub(crate) async fn offer_choices_and_login(
    client: &Client,
    choices: Vec<LoginChoice>,
) -> Result<()>
Expand description

Offer the given choices to the user and login with the selected option.