Socket
Socket
Sign inDemoInstall

jaakrecog-fingerprint

Package Overview
Dependencies
2
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jaakrecog-fingerprint

This plugin is for jaakrecog fingerprint


Version published
Weekly downloads
1
Maintainers
1
Install size
22.7 kB
Created
Weekly downloads
 

Readme

Source

jaakrecog-fingerprint

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

Versions

TypeDescription
masterControl of versions 1.0.0
stagingprerelease: beta is for plublic use (v.1.0.0.dev.1)
developprerelease: 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(...)

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

Returns: any


Keywords

FAQs

Last updated on 24 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc