Socket
Book a DemoInstallSign in
Socket

capacitor-plugin-biometric

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-plugin-biometric

login biometrico

latest
Source
npmnpm
Version
1.2.9
Version published
Maintainers
1
Created
Source

capacitor-plugin-biometric

biometric login with FaceId, Fingerprint and Iris. Depending to the device biometrics options.

Install

npm install capacitor-plugin-biometric
npx cap sync

API

  • saveUser(...)
  • getUser()
  • has(...)
  • isAvailable()
  • verify(...)
  • save(...)
  • saveDataUser(...)
  • getDataUser()
  • cleanAll(...)

saveUser(...)

saveUser(options: { "name": string; }) => Promise<{ value: string; }>
ParamType
options{ name: string; }

Returns: Promise<{ value: string; }>

getUser()

getUser() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>

has(...)

has(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>

isAvailable()

isAvailable() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>

verify(...)

verify(options: { "key": string; "message": string; }) => Promise<{ value: string; }>
ParamType
options{ key: string; message: string; }

Returns: Promise<{ value: string; }>

save(...)

save(options: { "key": string; "password": string; "userAuthenticationRequired": string; }) => Promise<{ value: string; }>
ParamType
options{ key: string; password: string; userAuthenticationRequired: string; }

Returns: Promise<{ value: string; }>

saveDataUser(...)

saveDataUser(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>

getDataUser()

getDataUser() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>

cleanAll(...)

cleanAll(options: { "source": string; }) => Promise<{ value: string; }>
ParamType
options{ source: string; }

Returns: Promise<{ value: string; }>

# capacitorBiometria

Keywords

capacitor

FAQs

Package last updated on 02 Nov 2022

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