The following constants are properties of AuthStatusCode
| Constant | Value | Description |
|---|---|---|
| UNKNOWN | 0 | Authorization status is unknown, possibly because the connection has not yet performed a synchronization. |
| VALID | 1 | User ID and password were valid at time of synchronization. |
| VALID_BUT_EXPIRES_SOON | 2 | User ID and password were valid at time of synchronization but will expire soon. |
| EXPIRED | 3 | User ID or password has expired; authorization failed. |
| INVALID | 4 | Bad user ID or password; authorization failed. |
| IN_USE | 5 | User ID is already in use; authorization failed. |
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |