EMDskppServerPinCallback Protocol Reference

Conforms to NSObject
Declared in EMDskppServerPinCallback.h

Overview

Defines the methods to call back during OnServerPinRequestBlock. These methods need to be called to after the App has collected the PINs from the user in order to continue or cancel the DSKPP provisioning process

– pinEntriesCompletedWithServerPin:userPin: required method

The callback method to pass the PINs to continue the DSKPP provisioning process.

- (void)pinEntriesCompletedWithServerPin:(id<EMPinAuthInput>)serverPin userPin:(id<EMPinAuthInput>)userPin

Parameters

serverPin

The server PIN that will be send to the server. Should not be nil

userPin

The user PIN value. Should not be nil.

Declared In

EMDskppServerPinCallback.h

– cancelPinEntries required method

Notifies the provisioning process to cancel.

- (void)cancelPinEntries

Declared In

EMDskppServerPinCallback.h