Xamarin表单 - 使用WebAPI进行身份验证 - 页面的Auth属性 - 存储数据

时间:2016-04-01 19:53:24

标签: c# authentication asp.net-web-api xamarin xamarin.forms

我刚开始用xamarin编写我的第一个移动应用程序。 (我是网站开发人员 - .net asp mvc / web api和所有客户端.....)

所以我试着理解我应该如何使用移动身份验证?

我已经可以向webapi发送请求并获取访问令牌

http://www.azurefromthetrenches.com/how-to-register-and-authenticate-with-web-api-2-and-owin/

现在我有2个问题 - 它 -

保存访问令牌的位置??

我有两个想法 -

Static class User with static string accessCode property 

Application.Current.Properties["AccessToken"] = "";

保存当前“会话”的最佳方法是什么?

第二个问题是 - 我想保存用户登录 - 下次用户不需要输入登录名/密码........所以我需要用他的db工作? 你能给我小费 - 如何保存用户名和密码? 我需要破坏他的密码??

对不起英语语法家伙

0 个答案:

没有答案