Interface IAccountSettingsAppService
Assembly: Volo.Abp.Account.Pro.Admin.Application.Contracts.dll
Syntax
public interface IAccountSettingsAppService : IApplicationService, IRemoteService
Methods
GetAsync()
Declaration
Task<AccountSettingsDto> GetAsync()
Returns
GetExternalProviderAsync()
Declaration
Task<AccountExternalProviderSettingsDto> GetExternalProviderAsync()
Returns
GetRecaptchaAsync()
Declaration
Task<AccountRecaptchaSettingsDto> GetRecaptchaAsync()
Returns
GetTwoFactorAsync()
Declaration
Task<AccountTwoFactorSettingsDto> GetTwoFactorAsync()
Returns
UpdateAsync(AccountSettingsDto)
Declaration
Task UpdateAsync(AccountSettingsDto input)
Parameters
Returns
UpdateExternalProviderAsync(AccountExternalProviderSettingsDto)
Declaration
Task UpdateExternalProviderAsync(AccountExternalProviderSettingsDto input)
Parameters
Returns
UpdateRecaptchaAsync(AccountRecaptchaSettingsDto)
Declaration
Task UpdateRecaptchaAsync(AccountRecaptchaSettingsDto input)
Parameters
Returns
UpdateTwoFactorAsync(AccountTwoFactorSettingsDto)
Declaration
Task UpdateTwoFactorAsync(AccountTwoFactorSettingsDto input)
Parameters
Returns
Extension Methods