ONGCustomAuthDeregistrationChallengeSender Protocol Reference

Conforms to NSObject
Declared in ONGCustomAuthDeregistrationChallenge.h

Overview

Protocol describing SDK object waiting for response to deregistration of custom authenticator.

– continueWithChallenge: required method

Method to continue deregistration.

- (void)continueWithChallenge:(ONGCustomAuthDeregistrationChallenge *)challenge

Parameters

challenge

challenge for which the response is made

Declared In

ONGCustomAuthDeregistrationChallenge.h

– cancelChallenge:withUnderlyingError: required method

Method to cancel deregistration.

- (void)cancelChallenge:(ONGCustomAuthDeregistrationChallenge *)challenge withUnderlyingError:(NSError *_Nullable)underlyingError

Parameters

challenge

challenge for which the response is made

underlyingError

error specifying the reason behind the cancellation. It will ba added as a underlying error within the cancellation error returned in the deregistration failure method.

Declared In

ONGCustomAuthDeregistrationChallenge.h