Class AccountExternalProviderClientProxy
Inheritance
AccountExternalProviderClientProxy
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.Account.Pro.Public.HttpApi.Client.dll
Syntax
public class AccountExternalProviderClientProxy : ClientProxyBase<IAccountExternalProviderAppService>, IAccountExternalProviderAppService, IApplicationService, IRemoteService
Constructors
AccountExternalProviderClientProxy()
Declaration
public AccountExternalProviderClientProxy()
Methods
GetAllAsync()
Declaration
public virtual Task<ExternalProviderDto> GetAllAsync()
Returns
GetByNameAsync(GetByNameInput)
Declaration
public virtual Task<ExternalProviderItemWithSecretDto> GetByNameAsync(GetByNameInput input)
Parameters
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService