cancelPinAuthentication
You can call this method in order to cancel the pin authentication. If a pin authetication is in progress this will also cause the PinAuthentication.Close
event to be sent.
Canceling the pin creation during User authentication or Change PIN flows will cause these flows to be canceled aswell.
cancelPinAuthentication(): Promise<void>;