Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbLoginController

    Inheritance
    System.Object
    PluginController
    SurfaceController
    Namespace: Umbraco.Cms.Web.Website.Controllers
    Assembly: Umbraco.Web.Website.dll
    Syntax
    public class UmbLoginController : SurfaceController

    Constructors

    View Source

    UmbLoginController(IUmbracoContextAccessor, IUmbracoDatabaseFactory, ServiceContext, AppCaches, IProfilingLogger, IPublishedUrlProvider, IMemberSignInManager, IMemberManager, ITwoFactorLoginService)

    Declaration
    public UmbLoginController(IUmbracoContextAccessor umbracoContextAccessor, IUmbracoDatabaseFactory databaseFactory, ServiceContext services, AppCaches appCaches, IProfilingLogger profilingLogger, IPublishedUrlProvider publishedUrlProvider, IMemberSignInManager signInManager, IMemberManager memberManager, ITwoFactorLoginService twoFactorLoginService)
    Parameters
    Type Name Description
    IUmbracoContextAccessor umbracoContextAccessor
    IUmbracoDatabaseFactory databaseFactory
    ServiceContext services
    AppCaches appCaches
    IProfilingLogger profilingLogger
    IPublishedUrlProvider publishedUrlProvider
    IMemberSignInManager signInManager
    IMemberManager memberManager
    ITwoFactorLoginService twoFactorLoginService
    View Source

    UmbLoginController(IUmbracoContextAccessor, IUmbracoDatabaseFactory, ServiceContext, AppCaches, IProfilingLogger, IPublishedUrlProvider, IMemberSignInManager, IMemberManager, ITwoFactorLoginService, IDocumentNavigationQueryService, IPublishedContentStatusFilteringService)

    Declaration
    public UmbLoginController(IUmbracoContextAccessor umbracoContextAccessor, IUmbracoDatabaseFactory databaseFactory, ServiceContext services, AppCaches appCaches, IProfilingLogger profilingLogger, IPublishedUrlProvider publishedUrlProvider, IMemberSignInManager signInManager, IMemberManager memberManager, ITwoFactorLoginService twoFactorLoginService, IDocumentNavigationQueryService navigationQueryService, IPublishedContentStatusFilteringService publishedContentStatusFilteringService)
    Parameters
    Type Name Description
    IUmbracoContextAccessor umbracoContextAccessor
    IUmbracoDatabaseFactory databaseFactory
    ServiceContext services
    AppCaches appCaches
    IProfilingLogger profilingLogger
    IPublishedUrlProvider publishedUrlProvider
    IMemberSignInManager signInManager
    IMemberManager memberManager
    ITwoFactorLoginService twoFactorLoginService
    IDocumentNavigationQueryService navigationQueryService
    IPublishedContentStatusFilteringService publishedContentStatusFilteringService
    View Source

    UmbLoginController(IUmbracoContextAccessor, IUmbracoDatabaseFactory, ServiceContext, AppCaches, IProfilingLogger, IPublishedUrlProvider, IMemberSignInManager, IMemberManager, ITwoFactorLoginService, IPublishedContentCache, IDocumentNavigationQueryService)

    Declaration
    public UmbLoginController(IUmbracoContextAccessor umbracoContextAccessor, IUmbracoDatabaseFactory databaseFactory, ServiceContext services, AppCaches appCaches, IProfilingLogger profilingLogger, IPublishedUrlProvider publishedUrlProvider, IMemberSignInManager signInManager, IMemberManager memberManager, ITwoFactorLoginService twoFactorLoginService, IPublishedContentCache contentCache, IDocumentNavigationQueryService navigationQueryService)
    Parameters
    Type Name Description
    IUmbracoContextAccessor umbracoContextAccessor
    IUmbracoDatabaseFactory databaseFactory
    ServiceContext services
    AppCaches appCaches
    IProfilingLogger profilingLogger
    IPublishedUrlProvider publishedUrlProvider
    IMemberSignInManager signInManager
    IMemberManager memberManager
    ITwoFactorLoginService twoFactorLoginService
    IPublishedContentCache contentCache
    IDocumentNavigationQueryService navigationQueryService
    View Source

    UmbLoginController(IUmbracoContextAccessor, IUmbracoDatabaseFactory, ServiceContext, AppCaches, IProfilingLogger, IPublishedUrlProvider, IMemberSignInManager, IMemberManager, ITwoFactorLoginService, IPublishedContentCache, IDocumentNavigationQueryService, IPublishedContentStatusFilteringService)

    Declaration
    public UmbLoginController(IUmbracoContextAccessor umbracoContextAccessor, IUmbracoDatabaseFactory databaseFactory, ServiceContext services, AppCaches appCaches, IProfilingLogger profilingLogger, IPublishedUrlProvider publishedUrlProvider, IMemberSignInManager signInManager, IMemberManager memberManager, ITwoFactorLoginService twoFactorLoginService, IPublishedContentCache contentCache, IDocumentNavigationQueryService navigationQueryService, IPublishedContentStatusFilteringService publishedContentStatusFilteringService)
    Parameters
    Type Name Description
    IUmbracoContextAccessor umbracoContextAccessor
    IUmbracoDatabaseFactory databaseFactory
    ServiceContext services
    AppCaches appCaches
    IProfilingLogger profilingLogger
    IPublishedUrlProvider publishedUrlProvider
    IMemberSignInManager signInManager
    IMemberManager memberManager
    ITwoFactorLoginService twoFactorLoginService
    IPublishedContentCache contentCache
    IDocumentNavigationQueryService navigationQueryService
    IPublishedContentStatusFilteringService publishedContentStatusFilteringService

    Methods

    View Source

    HandleLogin(LoginModel)

    Declaration
    public async Task<IActionResult> HandleLogin(LoginModel model)
    Parameters
    Type Name Description
    LoginModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX