@seontechnologies/seon-id-verification
Version:
An advanced SDK featuring web components for natural person identification through document scanning, facial recognition, hand gesture, and face turning detection, designed for secure and efficient user verification.
10 lines (9 loc) • 340 B
TypeScript
import { TFixErrorCodes } from '../shared/types/core/sdk-events';
declare class RetryLimitHandler {
private errorCode;
private counter;
private RetryLimit;
constructor(errorCode: TFixErrorCodes, partialFlow: 'liveness' | 'document capture');
handleRetry(callback?: () => void): void;
}
export default RetryLimitHandler;