cancelPinCreation
You can call this method in order to cancel the pin creation. If a pin creation is in progress this will also cause the PinCreate.Close
event to be sent.
Canceling the pin creation during User registration or Change PIN flows will cause these flows to be canceled aswell.
If this method succeeds it will cause the original Promise which started the pin creation to succeed aswell.
cancelPinCreation(): Promise<void>;