Specifies possible authentication status codes.
typedef enum auth_status {
AUTH_UNKNOWN,
AUTH_VALID,
AUTH_VALID_BUT_EXPIRES_SOON,
AUTH_EXPIRED,
AUTH_INVALID,
AUTH_IN_USE
} auth_status;| Name | Description |
|---|---|
| AUTH_EXPIRED |
Authentication has expired. |
| AUTH_IN_USE |
The user name is already authenticated. |
| AUTH_INVALID |
Authentication is invalid. |
| AUTH_UNKNOWN |
Authentication is unknown. |
| AUTH_VALID |
Authentication is valid. |
| AUTH_VALID_BUT_EXPIRES_SOON |
Authentication is valid but expires soon. |
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |