UNPKG

google-wallet

Version:
9 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TotpAlgorithmEnum = void 0; var TotpAlgorithmEnum; (function (TotpAlgorithmEnum) { TotpAlgorithmEnum["TOTP_ALGORITHM_UNSPECIFIED"] = "TOTP_ALGORITHM_UNSPECIFIED"; TotpAlgorithmEnum["TOTP_SHA1"] = "TOTP_SHA1"; })(TotpAlgorithmEnum || (exports.TotpAlgorithmEnum = TotpAlgorithmEnum = {})); //# sourceMappingURL=TotpAlgorithm.js.map