New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-biometric-lock

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-biometric-lock

Lock and unlock an app with biometrics

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

capacitor-biometric-lock

Lock and unlock an app with biometrics

Install

npm install capacitor-biometric-lock
npx cap sync

API

  • configure(...)
  • getConfiguration()
  • getBiometricMethod()
  • Interfaces
  • Enums

configure(...)

configure(options?: BiometricLockConfiguration | undefined) => Promise<void>

Set plugin configuration

ParamType
optionsBiometricLockConfiguration

Since: 1.0.0


getConfiguration()

getConfiguration() => Promise<BiometricLockConfiguration>

Get plugin configuration

Returns: Promise<BiometricLockConfiguration>

Since: 1.0.0


getBiometricMethod()

getBiometricMethod() => Promise<BiometricMethodResult>

Get primary biometric method

Returns: Promise<BiometricMethodResult>

Since: 1.0.0


Interfaces

BiometricLockConfiguration

Persisted configuration of the plugin

PropTypeDescription
enabledboolean
timeoutInSecondsnumber
appNamestring
retryButtonColorstringHex color code e.g. "00ffee"
BiometricMethodResult
PropType
biometricMethodBiometricMethod

Enums

BiometricMethod
MembersValueDescription
none0No biometry is available
touchId1iOS Touch ID is available
faceId2iOS Face ID is available
fingerprintAuthentication3Android fingerprint authentication is available
faceAuthentication4Android face authentication is available
irisAuthentication5Android iris authentication is available

Keywords

FAQs

Package last updated on 26 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc