我有一个基于Ionic框架的移动应用程序,它使用了许多Cordova包。我们正在将应用程序从Ionic3升级到Ionic5。在Ionic3应用程序中,我们的.NET API负责管理用户登录。我们已经实现了Cordova包来处理与Facebook和Google的外部身份验证,它运行得很好。我们如何将从Google/Facebook接收到的令牌绑定到我们的.NET A
我正在建立一个应用程序,使用和扫描仪API和图像到其他格式的转换器。= scanner_api.Scan();
parse_api.Parse(); // This will check fora saved image the scanner_api stores on disk, and then convert it.问题是if