Show / Hide Table of Contents

Class AccountExternalProviderClientProxy

Inheritance
object
AccountExternalProviderClientProxy
Implements
IAccountExternalProviderAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Account
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
Type Description
Task<ExternalProviderDto>

GetByNameAsync(GetByNameInput)

Declaration
public virtual Task<ExternalProviderItemWithSecretDto> GetByNameAsync(GetByNameInput input)
Parameters
Type Name Description
GetByNameInput input
Returns
Type Description
Task<ExternalProviderItemWithSecretDto>

Implements

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