IBM MobileFirst 是否会在应用程序真实性之后提供验证
Will IBM MobileFirst provide a validation I'd after app authenticity
我这里有两个相互依赖的问题。
应用程序真实性后会发生什么,如果它成功,服务器会发回我要应用程序的验证。 ?
如果应用获得验证,我会。
我想将它发送到我的网络服务器,并且在每次调用时我都想发送此验证,我会发送到适配器级别以检查我的验证是否有效。
- what happens after app authenticity and if its successful will the app send back a validation I'd to app. ?
请查看真实性教程,其中解释了真实性的工作原理:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/authentication-security/application-authenticity-protection/
已对申请进行真实性检查。不在适配器上。
检查发生在应用程序第一次尝试连接到服务器时。如果失败,您将无法再 运行 该应用程序,除非它被删除并且 re-installed.
- I want to send it to my web server and on each call I want to send this validation I'd to adapter level to check if the validation I'd is valid.
根据我上面的解释,这无关紧要。
我这里有两个相互依赖的问题。
应用程序真实性后会发生什么,如果它成功,服务器会发回我要应用程序的验证。 ?
如果应用获得验证,我会。
我想将它发送到我的网络服务器,并且在每次调用时我都想发送此验证,我会发送到适配器级别以检查我的验证是否有效。
- what happens after app authenticity and if its successful will the app send back a validation I'd to app. ?
请查看真实性教程,其中解释了真实性的工作原理:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/authentication-security/application-authenticity-protection/
已对申请进行真实性检查。不在适配器上。
检查发生在应用程序第一次尝试连接到服务器时。如果失败,您将无法再 运行 该应用程序,除非它被删除并且 re-installed.
- I want to send it to my web server and on each call I want to send this validation I'd to adapter level to check if the validation I'd is valid.
根据我上面的解释,这无关紧要。