Class AccountExternalLoginClientProxy
Inheritance
AccountExternalLoginClientProxy
Assembly: Volo.Abp.Account.Pro.Public.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IAccountExternalLoginAppService), typeof(AccountExternalLoginClientProxy) })]
public class AccountExternalLoginClientProxy : ClientProxyBase<IAccountExternalLoginAppService>, ITransientDependency, IAccountExternalLoginAppService, IApplicationService, IRemoteService
Constructors
AccountExternalLoginClientProxy()
Declaration
public AccountExternalLoginClientProxy()
Methods
DeleteAsync(string, string)
Declaration
public virtual Task DeleteAsync(string loginProvider, string providerKey)
Parameters
| Type |
Name |
Description |
| string |
loginProvider |
|
| string |
providerKey |
|
Returns
GetListAsync()
Declaration
public virtual Task<List<AccountExternalLoginDto>> GetListAsync()
Returns
HasPasswordVerifiedAsync(Guid, string, string)
Declaration
public virtual Task<bool> HasPasswordVerifiedAsync(Guid userId, string loginProvider, string providerKey)
Parameters
Returns
RemovePasswordVerifiedAsync(string, string)
Declaration
public virtual Task RemovePasswordVerifiedAsync(string loginProvider, string providerKey)
Parameters
| Type |
Name |
Description |
| string |
loginProvider |
|
| string |
providerKey |
|
Returns
SetPasswordVerifiedAsync(string, string)
Declaration
public virtual Task SetPasswordVerifiedAsync(string loginProvider, string providerKey)
Parameters
| Type |
Name |
Description |
| string |
loginProvider |
|
| string |
providerKey |
|
Returns
Implements
Extension Methods