jaakrecog-fingerprint
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

jaakrecog-fingerprint

This plugin is for jaakrecog fingerprint
Current version v.1.0.0 beta.1

Versions

Type Description
master Control of versions 1.0.0
staging prerelease: beta is for plublic use (v.1.0.0.dev.1)
develop prerelease: dev is for internal develop (v.1.0.0.beta.1)

Install

npm install jaakrecog-fingerprint
npx cap sync

Usage

Import the library into the component where it needs to be deployed

import { FingerPrint } from 'jaakrecog-fingerprint';

Use the function to make auths

  async testAuth() {
    const result = await FingerPrint.echo(options);
    console.log(result);
  }

API

callFingerAcquisition(...)

callFingerAcquisition(options: { accessToken: string; is_production: boolean; }) => any
Param Type
options { accessToken: string; is_production: boolean; }

Returns: any


Versions

Current Tags

Version History

Package Sidebar

Install

npm i jaakrecog-fingerprint

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

23.2 kB

Total Files

35

Last publish

Collaborators

  • dev-jaak-it