UNPKG

@c8y/client

Version:

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

11 lines 400 B
/** * Represents a strategy used for two-factor authentication. */ export 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 || (TfaStrategy = {})); //# sourceMappingURL=TfaStrategy.js.map