ONGFIDOChallenge Class Reference

Inherits from NSObject
Declared in ONGFIDOChallenge.h

Overview

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

  userProfile

The user profile for which authenticate with FIDO challenge was sent

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGFIDOChallenge.h

  authenticator

The FIDO Authenticator that is being used for this challenge

@property (nonatomic, readonly) ONGAuthenticator *authenticator

Declared In

ONGFIDOChallenge.h

  error

The error describing the cause of failure for a previous challenge response. The domain of the error: ONGGenericErrorDomain

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

Discussion

IMPORTANT: Currently not in use.

Declared In

ONGFIDOChallenge.h

  sender

The sender awaiting for a response to the authentication with FIDO challenge.

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

Declared In

ONGFIDOChallenge.h