Show / Hide Table of Contents

Class IdentitySettingsClientProxy

Inheritance
object
IdentitySettingsClientProxy
Implements
IIdentitySettingsAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.HttpApi.Client.dll
Syntax
public class IdentitySettingsClientProxy : ClientProxyBase<IIdentitySettingsAppService>, IIdentitySettingsAppService, IApplicationService, IRemoteService

Constructors

IdentitySettingsClientProxy()

Declaration
public IdentitySettingsClientProxy()

Methods

GetAsync()

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

GetLdapAsync()

Declaration
public virtual Task<IdentityLdapSettingsDto> GetLdapAsync()
Returns
Type Description
Task<IdentityLdapSettingsDto>

GetOAuthAsync()

Declaration
public virtual Task<IdentityOAuthSettingsDto> GetOAuthAsync()
Returns
Type Description
Task<IdentityOAuthSettingsDto>

UpdateAsync(IdentitySettingsDto)

Declaration
public virtual Task UpdateAsync(IdentitySettingsDto input)
Parameters
Type Name Description
IdentitySettingsDto input
Returns
Type Description
Task

UpdateLdapAsync(IdentityLdapSettingsDto)

Declaration
public virtual Task UpdateLdapAsync(IdentityLdapSettingsDto input)
Parameters
Type Name Description
IdentityLdapSettingsDto input
Returns
Type Description
Task

UpdateOAuthAsync(IdentityOAuthSettingsDto)

Declaration
public virtual Task UpdateOAuthAsync(IdentityOAuthSettingsDto input)
Parameters
Type Name Description
IdentityOAuthSettingsDto input
Returns
Type Description
Task

Implements

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