UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

14 lines 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TfaStrategy = void 0; /** * Represents a strategy used for two-factor authentication. */ var TfaStrategy; (function (TfaStrategy) { /** Two-factor authentication with Time-Based One Time Passwords. */ TfaStrategy["TOTP"] = "TOTP"; /** Two-factor authentication with codes sent via SMSes. */ TfaStrategy["SMS"] = "SMS"; })(TfaStrategy || (exports.TfaStrategy = TfaStrategy = {})); //# sourceMappingURL=TfaStrategy.js.map