Class ProfileClientProxy
Inheritance
ProfileClientProxy
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.Account.Pro.Public.HttpApi.Client.dll
Syntax
public class ProfileClientProxy : ClientProxyBase<IProfileAppService>, IProfileAppService, IApplicationService, IRemoteService
Constructors
ProfileClientProxy()
Declaration
public ProfileClientProxy()
Methods
CanEnableTwoFactorAsync()
Declaration
public virtual Task<bool> CanEnableTwoFactorAsync()
Returns
Declaration
public virtual Task ChangePasswordAsync(ChangePasswordInput input)
Parameters
Returns
GetAsync()
Declaration
public virtual Task<ProfileDto> GetAsync()
Returns
GetTimezonesAsync()
Declaration
public virtual Task<List<NameValue>> GetTimezonesAsync()
Returns
GetTwoFactorEnabledAsync()
Declaration
public virtual Task<bool> GetTwoFactorEnabledAsync()
Returns
SetTwoFactorEnabledAsync(bool)
Declaration
public virtual Task SetTwoFactorEnabledAsync(bool enabled)
Parameters
Type |
Name |
Description |
bool |
enabled |
|
Returns
UpdateAsync(UpdateProfileDto)
Declaration
public virtual Task<ProfileDto> UpdateAsync(UpdateProfileDto input)
Parameters
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService