FMX.BiometricAuth.TCustomBiometricAuth.Authenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Authenticate;

Properties

Type Visibility Source Unit Parent
procedure public FMX.BiometricAuth.pas 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