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.
validatePinWithPolicy(pin: string): Promise<void>;
Example