Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/263.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/187.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# android中的WebAuthenticationBroker等价物_C#_Android_Xamarin.android - Fatal编程技术网

C# android中的WebAuthenticationBroker等价物

C# android中的WebAuthenticationBroker等价物,c#,android,xamarin.android,C#,Android,Xamarin.android,我正在Visual Studio 2013上开发一个跨平台的android应用程序。我已经开发了一个Windows应用商店应用程序,使用WebAuthenticationBroker启动异步身份验证过程。我想知道是否有类似的东西可以在android中使用 以下是我的Windows应用商店应用程序代码:- var broker = await WebAuthenticationBroker.AuthenticateAsync(WebAuthenticationOptions.None, star

我正在Visual Studio 2013上开发一个跨平台的android应用程序。我已经开发了一个Windows应用商店应用程序,使用
WebAuthenticationBroker
启动异步身份验证过程。我想知道是否有类似的东西可以在android中使用

以下是我的Windows应用商店应用程序代码:-

 var broker = await WebAuthenticationBroker.AuthenticateAsync(WebAuthenticationOptions.None, startUri, endUri);

感谢您的帮助

如果您正在使用Xamarin进行开发,您可以在以下相关问题中找到答案: