Interface IForgotPasswordUriProvider
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public interface IForgotPasswordUriProvider
Methods
View SourceCreateForgotPasswordUriAsync(IUser)
Declaration
Task<Attempt<Uri, UserOperationStatus>> CreateForgotPasswordUriAsync(IUser user)
Parameters
Type | Name | Description |
---|---|---|
IUser | user |
Returns
Type | Description |
---|---|
Task<Attempt<Uri, UserOperationStatus>> |