Show / Hide Table of Contents

Class AccountExternalProviderAppService

Inheritance
object
AccountExternalProviderAppService
Implements
IAccountExternalProviderAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Account.ExternalProviders
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
Type Name Description
ExternalProviderSettingsHelper externalProviderSettingsHelper
IStringEncryptionService stringEncryptionService

Properties

ExternalProviderSettingsHelper

Declaration
protected ExternalProviderSettingsHelper ExternalProviderSettingsHelper { get; }
Property Value
Type Description
ExternalProviderSettingsHelper

StringEncryptionService

Declaration
protected IStringEncryptionService StringEncryptionService { get; }
Property Value
Type Description
IStringEncryptionService

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