Search Results for

    Show / Hide Table of Contents
    View Source

    Class ForgotPasswordUriProvider

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

    Constructors

    View Source

    ForgotPasswordUriProvider(ICoreBackOfficeUserManager, IHostingEnvironment, IHttpContextAccessor)

    Declaration
    public ForgotPasswordUriProvider(ICoreBackOfficeUserManager userManager, IHostingEnvironment hostingEnvironment, IHttpContextAccessor httpContextAccessor)
    Parameters
    Type Name Description
    ICoreBackOfficeUserManager userManager
    IHostingEnvironment hostingEnvironment
    IHttpContextAccessor httpContextAccessor

    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(ICoreBackOfficeUserManager, IHostingEnvironment, IHttpContextAccessor)
    • Methods
      • CreateForgotPasswordUriAsync(IUser)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX