Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
<UserInformationProtocol> Protocol Reference

#include <UserInformationProtocol.h>

Inherits <NSObject>.

Instance Methods

(NSString *) - userIdentifier
 
(NSString *) - digipassSerialNumber
 
(int) - digipassSequenceNumberUnprotected
 
(int) - digipassSequenceNumberProtected
 
(long) - usedTimeSeconds
 
(long) - clientServerTimeShiftSeconds
 

Detailed Description

The UserInformationProtocol object provides information about the DIGIPASS object associated with a specific login.

Method Documentation

◆ clientServerTimeShiftSeconds

- (long) clientServerTimeShiftSeconds

The recorded timeshift between the client and the server

Returns
the client-server timeshift

◆ digipassSequenceNumberProtected

- (int) digipassSequenceNumberProtected

The sequence number of the DIGIPASS instance that is password protected

Returns
the protected DIGIPASS instance's sequence number

◆ digipassSequenceNumberUnprotected

- (int) digipassSequenceNumberUnprotected

The sequence number of the DIGIPASS instance that is not password protected

Returns
the unprotected DIGIPASS instance's sequence number

◆ digipassSerialNumber

- (NSString *) digipassSerialNumber

The DIGIPASS-related serial number

Returns
the serial number

◆ usedTimeSeconds

- (long) usedTimeSeconds

The UTC time used by the DIGIPASS instance

Returns
the UTC time used by the DIGIPASS instance

◆ userIdentifier

- (NSString *) userIdentifier

The user identifier, as provided by the integrator

Returns
the user identifier

The documentation for this protocol was generated from the following file: