Interface IAccountAppService
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public interface IAccountAppService : IApplicationService, IRemoteService
Methods
RegisterAsync(RegisterDto)
Declaration
Task<IdentityUserDto> RegisterAsync(RegisterDto input)
Parameters
Returns
ResetPasswordAsync(ResetPasswordDto)
Declaration
Task ResetPasswordAsync(ResetPasswordDto input)
Parameters
Returns
SendPasswordResetCodeAsync(SendPasswordResetCodeDto)
Declaration
Task SendPasswordResetCodeAsync(SendPasswordResetCodeDto input)
Parameters
Returns
Declaration
Task<bool> VerifyPasswordResetTokenAsync(VerifyPasswordResetTokenInput input)
Parameters
Returns
Extension Methods