ESI_DETAILS Struct Reference
#include <ctgclient_esi.h>
Data Fields | |
| ESI_DATETIME | lastVerifiedTime |
| ESI_DATETIME | lastAccessedTime |
| ESI_DATETIME | expiryTime |
| int | invalidCount |
Detailed Description
The ESI_DETAILS structure contains the meta-data returned from an ESI call.
Definition at line 84 of file ctgclient_esi.h.
Field Documentation
◆ expiryTime
| ESI_DATETIME expiryTime |
The data and time when the current password will expire.
Definition at line 96 of file ctgclient_esi.h.
◆ invalidCount
| int invalidCount |
The number of invalid password verification attempts for the user ID since the last successful password verification.
This value is zero on a successful invocation of the CTG_ESI_changePassword function.
Definition at line 102 of file ctgclient_esi.h.
◆ lastAccessedTime
| ESI_DATETIME lastAccessedTime |
The date and time when the user ID was last accessed.
Definition at line 92 of file ctgclient_esi.h.
◆ lastVerifiedTime
| ESI_DATETIME lastVerifiedTime |
The date and time when the user ID was last verified.
Definition at line 88 of file ctgclient_esi.h.