EMProtectorAuthInput
Objective-C
@interface EMProtectorAuthInput : NSObject
Swift
class EMProtectorAuthInput : NSObject
Authenticated Input that can be used for OTP generation. It is obtained after successful authentication through BioFingerprint/Face
Since
5.3-
Wipes out the sensitive data from memory content.
Declaration
Objective-C
- (void)wipe;Swift
func wipe() -
Init Fast Track EMProtectorAuthInput from CoreAPI EMAuthInput object to use in Fast Track API
Since
6.0Declaration
Objective-C
- (nonnull instancetype)initWithAuthInput:(nonnull id<EMAuthInput>)authInput;Swift
init(authInput: any EMAuthInput)Parameters
authInputThe object that conform to EMAuthInput protocol - especially EMPinAuthInput
Return Value
The EMProtectorAuthInput object
EMProtectorAuthInput Class Reference