Show / Hide Table of Contents

Interface IProfileAppService

Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public interface IProfileAppService : IApplicationService, IRemoteService

Methods

CanEnableTwoFactorAsync()

Declaration
Task<bool> CanEnableTwoFactorAsync()
Returns
Type Description
Task<bool>

ChangePasswordAsync(ChangePasswordInput)

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

GetAsync()

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

GetTimezonesAsync()

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

GetTwoFactorEnabledAsync()

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

SetTwoFactorEnabledAsync(bool)

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

UpdateAsync(UpdateProfileDto)

Declaration
Task<ProfileDto> UpdateAsync(UpdateProfileDto input)
Parameters
Type Name Description
UpdateProfileDto input
Returns
Type Description
Task<ProfileDto>
In this article
Back to top Powered by Volosoft