Class AccountExternalProviderController
Inheritance
AccountExternalProviderController
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.Account.Pro.Public.HttpApi.dll
Syntax
[Area("account")]
[Route("api/account/external-provider")]
public class AccountExternalProviderController : AbpControllerBase, IAccountExternalProviderAppService, IApplicationService, IRemoteService
Constructors
AccountExternalProviderController(IAccountExternalProviderAppService)
Declaration
public AccountExternalProviderController(IAccountExternalProviderAppService accountExternalProviderAppService)
Parameters
Properties
AccountExternalProviderAppService
Declaration
protected IAccountExternalProviderAppService AccountExternalProviderAppService { get; }
Property Value
Methods
GetAllAsync()
Declaration
[HttpGet]
public virtual Task<ExternalProviderDto> GetAllAsync()
Returns
GetByNameAsync(GetByNameInput)
Declaration
[HttpGet]
[Route("by-name")]
public virtual Task<ExternalProviderItemWithSecretDto> GetByNameAsync(GetByNameInput input)
Parameters
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService