1.2.9 • Published 2 years ago

capacitor-plugin-biometric v1.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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(...)

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; }>


1.2.0

2 years ago

1.2.8

2 years ago

1.1.9

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.13

2 years ago

1.2.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.10

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.0.1

2 years ago