Class AccountExternalProviderAppService
Inheritance
AccountExternalProviderAppService
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.Account.Pro.Public.Application.dll
Syntax
public class AccountExternalProviderAppService : ApplicationService, IAccountExternalProviderAppService, IApplicationService, IRemoteService
Constructors
AccountExternalProviderAppService(ExternalProviderSettingsHelper, IStringEncryptionService)
Declaration
public AccountExternalProviderAppService(ExternalProviderSettingsHelper externalProviderSettingsHelper, IStringEncryptionService stringEncryptionService)
Parameters
Properties
ExternalProviderSettingsHelper
Declaration
protected ExternalProviderSettingsHelper ExternalProviderSettingsHelper { get; }
Property Value
StringEncryptionService
Declaration
protected IStringEncryptionService StringEncryptionService { get; }
Property Value
Type |
Description |
IStringEncryptionService |
|
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