HID APPROVE SDK
5.7.1
HID APPROVE SDK for iOS
|
Extends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP) More...
#import <HIDSyncOTPGenerator.h>
Instance Methods | |
(NSString *) | - getOTP:error: |
Compute the one-time password. More... | |
Instance Methods inherited from <HIDOTPGenerator> | |
(id< HIDAlgorithmParameters >) | - getAlgorithmParameters |
(NSString *) | - getName |
(NSString *) | - getType |
(NSString *) | - getVersion |
Extends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP)
- (NSString*) getOTP: | (NSString *) | password | |
error: | (NSError **) | error | |
Compute the one-time password.
password | OTP key password (if protected by password). |
error | error details. It may be nil. |
Possible error codes are: