0.0.4 • Published 8 months ago

capacitor-plugin-seon v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

capacitor-plugin-seon

Capacitor plugin for https://github.com/seontechnologies/seon-android-sdk-public

Install

npm install capacitor-plugin-seon
npx cap sync

API

getFingerprintBase64(...)

getFingerprintBase64(options: { sessionId: string; }) => Promise<{ fp: string; }>

Get fingerprint in Base64 format.

ParamType
options{ sessionId: string; }

Returns: Promise<{ fp: string; }>


0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago