Enumerates the status codes that may be reported during MobiLink user authentication.
public class AuthStatusCode
All members of AuthStatusCode class, including all inherited members.
Name | Description |
---|---|
Generates the string name of the authorization status code constant. | |
User ID or password has expired; authorization failed. | |
User ID is already in use; authorization failed. | |
Bad user ID or password; authorization failed. | |
Authorization status is unknown, possibly because the connection has not yet performed a synchronization. | |
User ID and password were valid at time of synchronization. | |
User ID and password are valid at the time of synchronization but expire soon. |
This object can be obtained from DatabaseManager object as follows:
var authStatus = dbMgr.AuthStatusCode; |
toString method
EXPIRED variable
IN_USE variable
INVALID variable
UNKNOWN variable
VALID variable
VALID_BUT_EXPIRES_SOON variable
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |