/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../.."; export interface EnrollAuthFactorResponse { authenticationFactor: WorkOS.FactorWithSecrets; authenticationChallenge: WorkOS.Challenge; }