PIN authentication
Use a PIN to perform specific operations when biometric authentication is not necessary
Last updated
Use a PIN to perform specific operations when biometric authentication is not necessary
Last updated
For authentication scenarios that don't require biometric recognition, you can use PIN as an alterntative.
PIN authentication only supports
Keyless requires at least one of the following authentication mechanisms to be present for each user:
biometric authentication
PIN
To use PIN during enrollment, add the PIN parameter to the builder configuration:
To enroll multiple authentication mechanisms, call EnrollmentConfiguration
once for each mechanism.
To use PIN during authentication, add the PIN parameter to the builder configuration:
PIN authentication only supports
To de-enroll your user using the PIN authentication mechanism, specify the dedicated builder parameter:
Note that de-enrolling deletes the user biometrics as well as the PIN. If you just want to remove the PIN authentication mechanism, use the PIN utilities instead.
To change the PIN use the Keyless.changePin
API:
To remove the PIN mechanism and keep the user enrolled use the Keyless.removePin
API: