ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
gpwBiometricAuthentication (Function)
In french: gpwVérificationBiométrique
Enables biometric authentication for the connected user or retrieves the current status for the connected user.
Example
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.
Component: wd290gpu.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help