UNPKG

easyproctor

Version:
12 lines (11 loc) 319 B
import { BackendService } from "../new-flow/backend/BackendService"; export declare class Auth { private capturePhoto; private backend; private cpf; private base64; private token; constructor(cpf: string, backend: BackendService); login(): Promise<string>; loading(): void; }