Class ProfileClientProxy
Inheritance
ProfileClientProxy
Assembly: Volo.Abp.Account.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IProfileAppService), typeof(ProfileClientProxy) })]
public class ProfileClientProxy : ClientProxyBase<IProfileAppService>, ITransientDependency, 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
Extension Methods