ONGCustomAuthDeregistrationChallenge Class Reference

Inherits from NSObject
Declared in ONGCustomAuthDeregistrationChallenge.h

Overview

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

  userProfile

User profile for which deregistration challenge was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGCustomAuthDeregistrationChallenge.h

  authenticator

Authenticator to be deregistered.

@property (nonatomic, readonly) ONGAuthenticator *authenticator

Declared In

ONGCustomAuthDeregistrationChallenge.h

  sender

Sender awaiting response to the deregistration challenge.

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

Declared In

ONGCustomAuthDeregistrationChallenge.h