@sqala/threedsecure-react
Version:
A React library for implementing 3D Secure authentication flows in payment applications
13 lines • 479 B
TypeScript
import { Authentication } from '../types';
import { RefObject } from 'react';
export declare enum ChallengeWindowSize {
H400xW250 = "01",
H400xW390 = "02",
H600xW500 = "03",
H400xW600 = "04",
Fullscreen = "05"
}
export declare const useChallenge: (container: RefObject<HTMLDivElement>) => {
executeChallenge: (authentication: Authentication, iFrame: HTMLIFrameElement, form: HTMLFormElement) => Promise<void>;
};
//# sourceMappingURL=useChallenge.d.ts.map