ONGCustomRegistrationChallenge Class Reference

Inherits from NSObject
Declared in ONGCustomRegistrationChallenge.h

Overview

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

  userProfile

User profile for which browser registration challenge was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGCustomRegistrationChallenge.h

  identityProvider

Identity provider for which custom registration challenge was sent.

@property (nonatomic, readonly) ONGIdentityProvider *identityProvider

Declared In

ONGCustomRegistrationChallenge.h

  info

Custom info used to perform a registration.

@property (nonatomic, readonly, nullable) ONGCustomInfo *info

Declared In

ONGCustomRegistrationChallenge.h

  error

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

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

Declared In

ONGCustomRegistrationChallenge.h

  sender

Sender awaiting for response to the custom registration challenge.

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

Declared In

ONGCustomRegistrationChallenge.h