UNPKG

jaakrecog-verify

Version:

This is a JAAK.AI Enroll© Angular Component for verify and authenticate users

12 lines (11 loc) 384 B
import { OnInit } from '@angular/core'; import { ErrorResponse } from './classes/error'; import { OneToNVerify } from './classes/one-to-n-enroll'; export declare class VerifyComponent implements OnInit { accessToken: string; getResponse: OneToNVerify | ErrorResponse | any; showComponent: boolean; constructor(); ngOnInit(): void; emitResult(ev: any): void; }