/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../.."; export interface FactorWithSecrets { object: "authentication_factor"; id: string; type: WorkOS.AuthenticationFactorType; userID?: string; sms?: WorkOS.Sms; totp?: WorkOS.TotpWithSecrets; createdAt: Date; updatedAt: Date; }