FMX.BiometricAuth.IFMXBiometricAuthService.CanAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanAuthenticate: Boolean;

C++

virtual bool __fastcall CanAuthenticate() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.BiometricAuth.pas
FMX.BiometricAuth.hpp
FMX.BiometricAuth IFMXBiometricAuthService

Description

Indicates if biometric authentication is possible.

For instance, the system may support authentication, but the user may not have enrolled any Face ID or fingerprints. In this scenario, biometric authentication is not possible and CanAuthenticate returns False.

See Also