ONGCustomAuthFinishAuthenticationChallenge Class Reference

Inherits from NSObject
Declared in ONGCustomAuthFinishAuthenticationChallenge.h

Overview

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

  userProfile

User profile for which authenticate with custom authenticator challenge was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGCustomAuthFinishAuthenticationChallenge.h

  authenticator

Authenticator used for used for authentication.

@property (nonatomic, readonly) ONGAuthenticator *authenticator

Declared In

ONGCustomAuthFinishAuthenticationChallenge.h

  challengeData

Custom authenticator data used to complete the authentication.

@property (nonatomic, readonly, nullable) NSData *challengeData

Declared In

ONGCustomAuthFinishAuthenticationChallenge.h

  error

Error describing cause of failure of previous challenge response. Possible error domains: ONGAuthenticatorRegistrationErrorDomain, ONGGenericErrorDomain

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

Declared In

ONGCustomAuthFinishAuthenticationChallenge.h

  sender

Sender awaiting for response to the authenticate with custom authenticator challenge.

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

Declared In

ONGCustomAuthFinishAuthenticationChallenge.h