Show / Hide Table of Contents

Class ProfileClientProxy

Inheritance
object
ProfileClientProxy
Implements
IProfileAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Account
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
Type Description
Task<bool>

ChangePasswordAsync(ChangePasswordInput)

Declaration
public virtual Task ChangePasswordAsync(ChangePasswordInput input)
Parameters
Type Name Description
ChangePasswordInput input
Returns
Type Description
Task

GetAsync()

Declaration
public virtual Task<ProfileDto> GetAsync()
Returns
Type Description
Task<ProfileDto>

GetTimezonesAsync()

Declaration
public virtual Task<List<NameValue>> GetTimezonesAsync()
Returns
Type Description
Task<List<NameValue>>

GetTwoFactorEnabledAsync()

Declaration
public virtual Task<bool> GetTwoFactorEnabledAsync()
Returns
Type Description
Task<bool>

SetTwoFactorEnabledAsync(bool)

Declaration
public virtual Task SetTwoFactorEnabledAsync(bool enabled)
Parameters
Type Name Description
bool enabled
Returns
Type Description
Task

UpdateAsync(UpdateProfileDto)

Declaration
public virtual Task<ProfileDto> UpdateAsync(UpdateProfileDto input)
Parameters
Type Name Description
UpdateProfileDto input
Returns
Type Description
Task<ProfileDto>

Implements

IProfileAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft