if (result.Authenticated)
    {
                await DisplayAlert("Authenticated", "Congrats you were authenticated!", "Ok");
    }
    else
    {
                await DisplayAlert("Sorry", "You were not authenticated", "Ok");
    }