Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
UserInformationProtocol.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9NS_ASSUME_NONNULL_BEGIN
10
11@protocol UserManagerProtocol;
12
17NS_REFINED_FOR_SWIFT
18@protocol UserInformationProtocol <NSObject>
19
25- (NSString *)userIdentifier;
26
32- (NSString *)digipassSerialNumber;
33
39- (int)digipassSequenceNumberUnprotected;
40
46- (int)digipassSequenceNumberProtected;
47
53- (long)usedTimeSeconds;
54
60- (long)clientServerTimeShiftSeconds;
61
62@end
63
64NS_ASSUME_NONNULL_END