ONGPinChallengeSender Protocol Reference

Conforms to NSObject
Declared in ONGPinChallenge.h

Overview

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

– respondWithPin:challenge: required method

Method to provide the PIN to the SDK.

- (void)respondWithPin:(NSString *)pin challenge:(ONGPinChallenge *)challenge

Parameters

pin

the PIN provided by the user

challenge

pin challenge for which the response is made

Declared In

ONGPinChallenge.h

– cancelChallenge: required method

Method to cancel challenge

- (void)cancelChallenge:(ONGPinChallenge *)challenge

Parameters

challenge

pin challenge that needs to be cancelled

Declared In

ONGPinChallenge.h