gpt4 book ai didi

c# - 我可以隐藏 Xamarin.Auth NavigationBar 吗?

转载 作者:行者123 更新时间:2023-11-30 16:45:41 25 4
gpt4 key购买 nike

是否有可能隐藏 Xamarin.Auth NavigationBar?

我搜索了 Xamarin 论坛和许多其他论坛,但似乎没有人这样做过...

对于身份验证,我遵循指南 "Authenticating Users with Azure Mobile Apps" .

这是我当前的代码(在 Android 上):

public async Task<bool> AuthenticateAsync ()
{
...
// The authentication provider could also be Facebook, Twitter, or Microsoft
user = await TodoItemManager.DefaultManager.CurrentClient.LoginAsync(this, MobileServiceAuthenticationProvider.Google);
...
}

enter image description here

如果这不可能……有什么方法可以让我自己包装社交登录选项吗? (即 WebView 或某物?)

最佳答案

很遗憾,答案是否定的。在登录流程中,Xamarin Forms 使用 ADAL(Active Directory 身份验证库)。在移动设备上,它不提供直接(原始)使用用户名和密码的机制,因此您无法以不同的方式(如自定义 View )实现身份验证流程。您可以在下面阅读更多内容:

https://learn.microsoft.com/en-us/azure/active-directory/active-directory-authentication-libraries

关于c# - 我可以隐藏 Xamarin.Auth NavigationBar 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41650213/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com