@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
10 lines • 318 B
TypeScript
/**
* Represents a strategy used for two-factor authentication.
*/
export declare enum TfaStrategy {
/** Two-factor authentication with Time-Based One Time Passwords. */
TOTP = "TOTP",
/** Two-factor authentication with codes sent via SMSes. */
SMS = "SMS"
}
//# sourceMappingURL=TfaStrategy.d.ts.map