HID APPROVE SDK
5.13
HID Approve SDK for iOS/macOS
|
A base protocol for OTP generators. More...
#import <HIDOTPGenerator.h>
Instance Methods | |
(id< HIDAlgorithmParameters >) | - getAlgorithmParameters |
(NSString *) | - getName |
(NSString *) | - getType |
(NSString *) | - getVersion |
A base protocol for OTP generators.
- (id<HIDAlgorithmParameters>) getAlgorithmParameters |
Returns The structure containing all of the algorithm parameters for OTP generator. For instance OCRASuite, time-step, counter, length...
- (NSString*) getName |
The name of the generator. TOTP, HOTP, OCRA,...
- (NSString*) getType |
The type of OTP generator. Supported types:
- (NSString*) getVersion |
The version of OTP generator.