ONGFingerprintChallenge Class Reference

Inherits from NSObject
Declared in ONGFingerprintChallenge.h

Overview

Represents authentication with fingerprint challenge. It provides all information about the challenge and a sender awaiting for a response.

  userProfile

User profile for which authenticate with fingerprint challenge was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGFingerprintChallenge.h

  error

Error describing cause of failure of previous challenge response. Domain of an error: ONGGenericErrorDomain

@property (nonatomic, readonly, nullable) NSError *error

Discussion

IMPORTANT: Currently not in use.

Declared In

ONGFingerprintChallenge.h

  sender

Sender awaiting for response to the authentication with fingerprint challenge.

@property (nonatomic, readonly) id<ONGFingerprintChallengeSender> sender

Declared In

ONGFingerprintChallenge.h