UL Ext: Enumerates the status codes that may be reported during MobiLink user authentication.
Public Enum ULAuthStatusCode
public enum ULAuthStatusCode
Member name | Description | Value |
---|---|---|
UNKNOWN |
Authorization status is unknown, possibly because the connection has not yet performed a synchronization (UNKNOWN = 0). |
0 |
VALID |
User ID and password were valid at time of synchronization (VALID = 1). |
1 |
VALID_BUT_EXPIRES_SOON |
User ID and password were valid at time of synchronization, but expires soon (VALID_BUT_EXPIRES_SOON = 2). |
2 |
EXPIRED |
User ID or password has expired - authorization failed (EXPIRED = 3). |
3 |
INVALID |
Bad user ID or password - authorization failed (INVALID = 4). |
4 |
IN_USE |
User ID is already in use - authorization failed (IN_USE = 5). |
5 |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |