Interface IProfileAppService
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public interface IProfileAppService : IApplicationService, IRemoteService
Methods
CanEnableTwoFactorAsync()
Declaration
Task<bool> CanEnableTwoFactorAsync()
Returns
Declaration
Task ChangePasswordAsync(ChangePasswordInput input)
Parameters
Returns
GetAsync()
Declaration
Task<ProfileDto> GetAsync()
Returns
GetTimezonesAsync()
Declaration
Task<List<NameValue>> GetTimezonesAsync()
Returns
GetTwoFactorEnabledAsync()
Declaration
Task<bool> GetTwoFactorEnabledAsync()
Returns
SetTwoFactorEnabledAsync(bool)
Declaration
Task SetTwoFactorEnabledAsync(bool enabled)
Parameters
Type |
Name |
Description |
bool |
enabled |
|
Returns
UpdateAsync(UpdateProfileDto)
Declaration
Task<ProfileDto> UpdateAsync(UpdateProfileDto input)
Parameters
Returns