ONGFIDOChallengeSender Protocol Reference

Conforms to NSObject
Declared in ONGFIDOChallenge.h

Overview

Protocol describing the SDK object waiting for response to authenticate with a FIDO challenge.

– respondWithFIDOForChallenge: required method

The method providing the confirmation response with default prompt to the SDK.

- (void)respondWithFIDOForChallenge:(ONGFIDOChallenge *)challenge

Parameters

challenge

FIDO challenge for which the response is made

Declared In

ONGFIDOChallenge.h

– respondWithPinFallbackForChallenge: required method

The method providing pin the fallback response to the SDK.

- (void)respondWithPinFallbackForChallenge:(ONGFIDOChallenge *)challenge

Parameters

challenge

FIDO challenge for which the response is made

Declared In

ONGFIDOChallenge.h

– cancelChallenge: required method

The method to cancel the challenge

- (void)cancelChallenge:(ONGFIDOChallenge *)challenge

Parameters

challenge

FIDO challenge that needs to be cancelled

Declared In

ONGFIDOChallenge.h