Use a PIN to perform specific operations when biometric authentication is not necessary
For authentication scenarios that don't require biometric recognition, you can use PIN as an alterntative.
PIN authentication only supports #operation-info
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 #operation-info
To de-enroll your user using the PIN authentication mechanism, specify the dedicated builder parameter:
To change the PIN use the Keyless.changePin
API:
To remove the PIN mechanism and keep the user enrolled use the Keyless.removePin
API: