FMX.BiometricAuth.TCustomBiometricAuth.Authenticate
Delphi
procedure Authenticate;
C++
void __fastcall Authenticate();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.BiometricAuth.pas FMX.BiometricAuth.hpp |
FMX.BiometricAuth | TCustomBiometricAuth |
Description
Starts the authentication flow, in which the system will display a biometric authorization prompt to the user.
When the flow is complete, either OnAuthenticateSuccess or OnAuthenticateFail events will be called.