namespace Umbraco.Cms.Core.Security; /// /// Marker interface that is used to setup different two factor methods. The interface ensures the openapi docs will show all possible implementations. /// public interface ISetupTwoFactorModel { }