validatePinWithPolicy
Validates the supplied pin against the pin policy enforced by the tokenserver, the policy will be checked on the device and the pin will never be sent over the internet. In case the pin is not valid an PlatformException will be thrown.
Future<void> validatePinWithPolicy(String pin);
Example