EMProtectorAuthInput

@interface 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.0

    Declaration

    Objective-C

    - (nonnull instancetype)initWithAuthInput:(nonnull id)authInput;

    Swift

    init(authInput: Any)

    Parameters

    authInput

    The object that conform to EMAuthInput protocol - especially EMPinAuthInput

    Return Value

    The EMProtectorAuthInput object