Develop Secure Code
BiometricsService Constants
BiometricsService Data Types
getBiometricsService()
isAvailable()
isBiometricsReady()
checkUserIsDeviceOwner()
getBiometricsServiceUse this factory function to get an instance of BiometricsService.
1import { getBiometricsService } from "lightning/mobileCapabilities";
2getBiometricsService: BiometricsService;None.
An instance of BiometricsService.
There are no parameters or options when creating an instance. Use the instance to perform biometrics service-related operations.
See Also