ONGFingerprintChallengeSender Protocol Reference

Conforms to NSObject
Declared in ONGFingerprintChallenge.h

Overview

Protocol describing SDK object waiting for response to authentication with fingerprint challenge.

– respondWithDefaultPromptForChallenge: required method

Method providing confirmation response with default prompt to the SDK.

- (void)respondWithDefaultPromptForChallenge:(ONGFingerprintChallenge *)challenge

Parameters

challenge

fingerprint challenge for which the response is made

Declared In

ONGFingerprintChallenge.h

– respondWithPrompt:challenge: required method

Method providing confirmation response with prompt to the SDK.

- (void)respondWithPrompt:(NSString *)prompt challenge:(ONGFingerprintChallenge *)challenge

Parameters

prompt

Message to be displayed in the TouchID popup

challenge

fingerprint challenge for which the response is made

Declared In

ONGFingerprintChallenge.h

– respondWithPinFallbackForChallenge: required method

Method providing pin fallback response to the SDK.

- (void)respondWithPinFallbackForChallenge:(ONGFingerprintChallenge *)challenge

Parameters

challenge

fingerprint challenge for which the response is made

Declared In

ONGFingerprintChallenge.h

– cancelChallenge: required method

Method to cancel challenge

- (void)cancelChallenge:(ONGFingerprintChallenge *)challenge

Parameters

challenge

fingerprint challenge that needs to be cancelled

Declared In

ONGFingerprintChallenge.h