1.2.9 • Published 3 years ago

capacitor-plugin-biometric v1.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.2.8

3 years ago

1.1.9

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.13

3 years ago

1.2.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.10

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.0.1

3 years ago