![]() |
Orchestration SDK 5.10.1
|
#include <UserInformationProtocol.h>
Inherits <NSObject>.
Instance Methods | |
(NSString *) | - userIdentifier |
(NSString *) | - digipassSerialNumber |
(int) | - digipassSequenceNumberUnprotected |
(int) | - digipassSequenceNumberProtected |
(long) | - usedTimeSeconds |
(long) | - clientServerTimeShiftSeconds |
The UserInformationProtocol
object provides information about the DIGIPASS object associated with a specific login.
- (long) clientServerTimeShiftSeconds |
The recorded timeshift between the client and the server
- (int) digipassSequenceNumberProtected |
The sequence number of the DIGIPASS instance that is password protected
- (int) digipassSequenceNumberUnprotected |
The sequence number of the DIGIPASS instance that is not password protected
- (NSString *) digipassSerialNumber |
The DIGIPASS-related serial number
- (long) usedTimeSeconds |
The UTC time used by the DIGIPASS instance
- (NSString *) userIdentifier |
The user identifier, as provided by the integrator