Enables biometric authentication for the connected user or retrieves the current status for the connected user.
bStatus is boolean = gpwBiometricAuthentication()
gpwBiometricAuthentication(NOT bStatus)
Syntax
Enable biometric authentication Hide the details
gpwBiometricAuthentication([<Enable>])
<Enable>: Optional boolean
- True to enable biometric authentication,
- False to disable biometric authentication.
Retrieving the biometric authentication status for the current user Hide the details
<Enabled> = gpwBiometricAuthentication()
<Enabled>: Boolean
Current status of biometric authentication for the connected user: - True if biometric authentication has been enabled,
- False otherwise.
Remarks
If biometric authentication is enabled in the User Groupware by default, this function has no effect.