public interface DskppLocalPinCallback
DskppProvisioningCallback.onLocalPinRequested(String, DskppPinPolicy, DskppLocalPinCallback) in
 order to let the the client respond on the callback with one of the supported actions - the token
 PIN entry or cancel.| Modifier and Type | Method and Description | 
|---|---|
void | 
onPinEntered(PinAuthInput userPin)
Informs the provisioning process that the token PIN entry completed with the PIN value. 
 | 
void | 
onPinEntryCancelled()
Notifies the provisioning process that the token PIN entry was cancelled and therefore the
 entire provisioning process aborts. 
 | 
void onPinEntered(PinAuthInput userPin)
userPin - The entered PIN value. Never null.void onPinEntryCancelled()
IdpNetworkException is thrown when it is aborted.