EMDskppLocalPinCallback Protocol Reference

Conforms to NSObject
Declared in EMDskppLocalPinCallback.h

Overview

Passed to the OnLocalPinRequestBlock in order to let the the client respond on the callback with one of the supported actions - the token PIN entry or cancel.

– localPinEntryCompletedWithPin: required method

Informs the provisioning process that the token PIN entry completed with the PIN value.

- (void)localPinEntryCompletedWithPin:(id<EMPinAuthInput>)userPin

Parameters

userPin

The entered PIN value. never ‘nil’.

Availability

4.1

Declared In

EMDskppLocalPinCallback.h

– cancelLocalPinEntry required method

Notifies the provisioning process that the token PIN entry was cancelled and therefore the entire provisioning process aborts.

- (void)cancelLocalPinEntry

Availability

4.1

Declared In

EMDskppLocalPinCallback.h