Class AccountExternalProviderAppService
Inheritance
AccountExternalProviderAppService
Assembly: Volo.Abp.Account.Pro.Public.Application.dll
Syntax
public class AccountExternalProviderAppService : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, 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
Methods
GetAllAsync()
Declaration
public virtual Task<ExternalProviderDto> GetAllAsync()
Returns
GetByNameAsync(GetByNameInput)
Declaration
public virtual Task<ExternalProviderItemWithSecretDto> GetByNameAsync(GetByNameInput input)
Parameters
Returns
Implements
Extension Methods