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