@quadible/web-sdk
Version:
The web sdk for Quadible's behavioral authentication service.
16 lines (15 loc) • 398 B
TypeScript
import BehavioralAuthSDK from '../BehavioralAuthSDK';
export default class DebugUI {
private readonly client;
private readonly html;
private readonly debugEl;
private readonly stats;
private isVisible;
constructor(client: BehavioralAuthSDK);
private toggle;
private show;
private hide;
private build;
private buildVideoPlayer;
private buildFields;
}