Interface IAccountExternalProviderAppService
Namespace: Volo.Abp.Account.ExternalProviders
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public interface IAccountExternalProviderAppService : IApplicationService, IRemoteService
Methods
GetAllAsync()
Declaration
Task<ExternalProviderDto> GetAllAsync()
Returns
Type | Description |
---|---|
Task<ExternalProviderDto> |
GetByNameAsync(GetByNameInput)
Declaration
Task<ExternalProviderItemWithSecretDto> GetByNameAsync(GetByNameInput input)
Parameters
Type | Name | Description |
---|---|---|
GetByNameInput | input |
Returns
Type | Description |
---|---|
Task<ExternalProviderItemWithSecretDto> |