Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IForgotPasswordUriProvider

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IForgotPasswordUriProvider

    Methods

    View Source

    CreateForgotPasswordUriAsync(IUser)

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