Inherits from NSObject
Declared in BaseChallengeHandler.h

Overview

BaseChallengeHandler is a base class for all challenge-handler classes.

Instance Methods

cancel

Cancels a challenge. This method informs MobileFirst Platform Foundation that the you do not intend to take any additional actions in an attempt to resolve the challenge.
This method returns control to MobileFirst Platform Foundation for further handling. For example, call this method when the user clicks on a cancel button.

- (void)cancel

Declared In

BaseChallengeHandler.h

initWithName:

Initializes a challenge handler with an arbitrary name.

- (id)initWithName:(NSString *)name

Parameters

name

A unique name for the challenge handler.
If the challenge comes from a security check, the challenge-handler name must be the name of the security check.

Declared In

BaseChallengeHandler.h