Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
同步过程设置此字段来报告自定义 MobiLink 用户验证脚本的结果。MobiLink 服务器将此信息提供给向客户端。
根据所使用的 API 不同,语法会有所变化。该语法在 UltraLiteJ 中不可用。
在 authenticate_user 连接事件和验证状态同步参数中介绍了由缺省 MobiLink 用户验证机制设置的值。
此参数由 MobiLink 服务器设置,因此是只读参数。
UltraLite for C/C++ 应用程序可以按如下方法访问参数:
ul_sync_info info; // ... returncode = info.auth_value;