ONGBiometricChallenge Class Reference

Inherits from NSObject
Declared in ONGBiometricChallenge.h

Overview

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

  userProfile

User profile for which authenticate with biometric challenge was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGBiometricChallenge.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

ONGBiometricChallenge.h

  sender

Sender awaiting for response to the authentication with biometric challenge.

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

Declared In

ONGBiometricChallenge.h