gpt4 book ai didi

azure - 无法将 Microsoft.Azure.Mobile.Server.Authentication 安装到 Xamarin Forms 中

转载 作者:行者123 更新时间:2023-12-03 05:06:00 25 4
gpt4 key购买 nike

我正在尝试将 Microsoft.Azure.Mobile.Server.Authentication 添加/安装到我的 PCL 项目中,但出现错误

Could not install package 'Microsoft.Azure.Mobile.Server 2.0.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile49', but the package does not contain any assembly references or content files that are compatible with that framework.

我尝试安装以前的版本,但出现了完全相同的错误。我还尝试将 Framework 版本更改为 .NET 4.6,但出现了其他错误。

我想使用仅受该命名空间支持的 GetAppServiceIdentityAsync() 方法。有没有其他方法可以将该引用添加到我的 PCL 项目中?

最佳答案

据我所知,GetAppServiceIdentityAsync 用于检索 Identity ( ProviderCredentials ) 用于服务器端代码中的特定提供程序。对于您的移动客户端,我假设您可以利用 MobileServiceClient.InvokeApiAsync<List<AppServiceIdentity>>("/.auth/me");要检索身份并使用特定提供商过滤它们,您可以获得 Provider , UserIdUserClaims属性如您所料。更多详情,您可以引用Obtaining User Claims .

关于azure - 无法将 Microsoft.Azure.Mobile.Server.Authentication 安装到 Xamarin Forms 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43441581/

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