UNPKG

@quadible/web-sdk

Version:

The web sdk for Quadible's behavioral authentication service.

7 lines (6 loc) 142 B
export interface IFaceAuthResult { authenticated: boolean; detectedFaces: boolean; description: string; trackingId: string; }