Interface IAccountExternalLoginAppService
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public interface IAccountExternalLoginAppService : IApplicationService, IRemoteService
Methods
DeleteAsync(string, string)
Declaration
Task DeleteAsync(string loginProvider, string providerKey)
Parameters
| Type |
Name |
Description |
| string |
loginProvider |
|
| string |
providerKey |
|
Returns
GetListAsync()
Declaration
Task<List<AccountExternalLoginDto>> GetListAsync()
Returns
HasPasswordVerifiedAsync(Guid, string, string)
Declaration
Task<bool> HasPasswordVerifiedAsync(Guid userId, string loginProvider, string providerKey)
Parameters
Returns
RemovePasswordVerifiedAsync(string, string)
Declaration
Task RemovePasswordVerifiedAsync(string loginProvider, string providerKey)
Parameters
| Type |
Name |
Description |
| string |
loginProvider |
|
| string |
providerKey |
|
Returns
SetPasswordVerifiedAsync(string, string)
Declaration
Task SetPasswordVerifiedAsync(string loginProvider, string providerKey)
Parameters
| Type |
Name |
Description |
| string |
loginProvider |
|
| string |
providerKey |
|
Returns
Extension Methods