Interface IIdentitySettingsAppService
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public interface IIdentitySettingsAppService : IApplicationService, IRemoteService
Methods
GetAsync()
Declaration
Task<IdentitySettingsDto> GetAsync()
Returns
GetLdapAsync()
Declaration
Task<IdentityLdapSettingsDto> GetLdapAsync()
Returns
GetOAuthAsync()
Declaration
Task<IdentityOAuthSettingsDto> GetOAuthAsync()
Returns
GetSessionAsync()
Declaration
Task<IdentitySessionSettingsDto> GetSessionAsync()
Returns
UpdateAsync(IdentitySettingsDto)
Declaration
Task UpdateAsync(IdentitySettingsDto input)
Parameters
Returns
UpdateLdapAsync(IdentityLdapSettingsDto)
Declaration
Task UpdateLdapAsync(IdentityLdapSettingsDto input)
Parameters
Returns
UpdateOAuthAsync(IdentityOAuthSettingsDto)
Declaration
Task UpdateOAuthAsync(IdentityOAuthSettingsDto input)
Parameters
Returns
UpdateSessionAsync(IdentitySessionSettingsDto)
Declaration
Task UpdateSessionAsync(IdentitySessionSettingsDto input)
Parameters
Returns
Extension Methods