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