UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 284 B
/** Authentication MFA type */ export declare enum LogAuthMFATypeEnum { 'BACKUP_CODE' = "BACKUP_CODE", 'MAIL' = "MAIL", 'NONE' = "NONE", 'SMS' = "SMS", 'TOTP' = "TOTP", 'U2F' = "U2F", 'UNKNOWN' = "UNKNOWN" } //# sourceMappingURL=LogAuthMFATypeEnum.d.ts.map