FMX.BiometricAuth.TCustomBiometricAuth.Authenticate

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also