UNPKG

@quadible/web-sdk

Version:

The web sdk for Quadible's behavioral authentication service.

10 lines (9 loc) 216 B
export default interface IAPIUserLoginResponse { userId: string; faceIsEnrolled: boolean; authorizationToken: string; deviceIdentificationInfo: { token: string; region: 'eu'; }; }