google-wallet
Version:
Google wallet library for Node.js
9 lines • 422 B
JavaScript
;
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