Biometric Authentication
Perform biometric authentication using the device preferred authentication methods: FaceID, Fingerprint or PIN code.
Parameter
Description
callback: ProcessCallback
Process callback
options: AuthenticationOptions?
Options to customize the authentication view
Implementation example
Callback params
status: Bool?
The status of the authentication
error: Errors?
Errors associated enum
Was this helpful?