getBiometricsService

Use this factory function to get an instance of BiometricsService.

Syntax 

1import { getBiometricsService } from "lightning/mobileCapabilities";
2getBiometricsService: BiometricsService;

Parameters 

None.

Returns 

An instance of BiometricsService.

Usage 

There are no parameters or options when creating an instance. Use the instance to perform biometrics service-related operations.

See Also