ONGCustomAuthFinishRegistrationChallenge Class Reference

Inherits from NSObject
Declared in ONGCustomAuthFinishRegistrationChallenge.h

Overview

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

  userProfile

User profile for which registration challenge was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGCustomAuthFinishRegistrationChallenge.h

  authenticator

Authenticator to be registered.

@property (nonatomic, readonly) ONGAuthenticator *authenticator

Declared In

ONGCustomAuthFinishRegistrationChallenge.h

  sender

Sender awaiting response to the registration challenge.

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

Declared In

ONGCustomAuthFinishRegistrationChallenge.h