Search Results for

    Show / Hide Table of Contents
    View Source

    Class ForgotPasswordUriProvider

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Security
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class ForgotPasswordUriProvider : IForgotPasswordUriProvider

    Constructors

    View Source

    ForgotPasswordUriProvider(LinkGenerator, ICoreBackOfficeUserManager, IHttpContextAccessor, IOptions<WebRoutingSettings>)

    Declaration
    public ForgotPasswordUriProvider(LinkGenerator linkGenerator, ICoreBackOfficeUserManager userManager, IHttpContextAccessor httpContextAccessor, IOptions<WebRoutingSettings> webRoutingSettings)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Routing.LinkGenerator linkGenerator
    ICoreBackOfficeUserManager userManager
    Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor
    Microsoft.Extensions.Options.IOptions<WebRoutingSettings> webRoutingSettings

    Methods

    View Source

    CreateForgotPasswordUriAsync(IUser)

    Declaration
    public async Task<Attempt<Uri, UserOperationStatus>> CreateForgotPasswordUriAsync(IUser user)
    Parameters
    Type Name Description
    IUser user
    Returns
    Type Description
    Task<Attempt<Uri, UserOperationStatus>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ForgotPasswordUriProvider(LinkGenerator, ICoreBackOfficeUserManager, IHttpContextAccessor, IOptions<WebRoutingSettings>)
    • Methods
      • CreateForgotPasswordUriAsync(IUser)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX