Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 枚举在 MobiLink 用户验证过程中可能报告的状态码。
Public Enum ULAuthStatusCode
public enum ULAuthStatusCode
授权状态未知,原因可能是连接尚未执行同步 (UNKNOWN = 0)。
0
用户 ID 和口令在同步时有效 (VALID = 1)。
1
用户 ID 和口令在同步时有效,但即将过期 (VALID_BUT_EXPIRES_SOON = 2)。
2
用户 ID 或口令已到期 - 授权失败 (EXPIRED = 3)。
3
用户 ID 或口令不正确 - 授权失败 (INVALID = 4)。
4
用户 ID 已在使用 - 授权失败 (IN_USE = 5)。
5