@sqala/threedsecure-js
Version:
A vanilla library for implementing 3D Secure authentication flows in payment applications
9 lines (8 loc) • 311 B
JavaScript
import { ThreeDSecureService as t } from "./services/threedsecure-service.js";
import { AuthenticationState as h, ThreeDSChallengeOptions as i } from "./types/authentication.js";
export {
h as AuthenticationState,
i as ThreeDSChallengeOptions,
t as ThreeDSecureService
};
//# sourceMappingURL=main.js.map