FactorA MFA factor. interface Factor {created_at: string;factor_type: "totp" | "phone" | string;friendly_name?: string;id: string;status: "verified" | "unverified";updated_at: string;}§Properties§created_at: string[src]§factor_type: "totp" | "phone" | string[src]Type of factor. totp and phone supported with this version §friendly_name?: string[src]Friendly name of the factor, useful to disambiguate between multiple factors. §id: string[src]ID of the factor. §status: "verified" | "unverified"[src]Factor's status. §updated_at: string[src]