Function example_login::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.