wallee
Version:
TypeScript/JavaScript client for wallee
12 lines (11 loc) • 694 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CardAuthenticationResponse = void 0;
var CardAuthenticationResponse;
(function (CardAuthenticationResponse) {
CardAuthenticationResponse["FULLY_AUTHENTICATED"] = "FULLY_AUTHENTICATED";
CardAuthenticationResponse["AUTHENTICATION_NOT_REQUIRED"] = "AUTHENTICATION_NOT_REQUIRED";
CardAuthenticationResponse["NOT_ENROLLED"] = "NOT_ENROLLED";
CardAuthenticationResponse["ENROLLMENT_ERROR"] = "ENROLLMENT_ERROR";
CardAuthenticationResponse["AUTHENTICATION_ERROR"] = "AUTHENTICATION_ERROR";
})(CardAuthenticationResponse || (exports.CardAuthenticationResponse = CardAuthenticationResponse = {}));