Interface IExternalLoginProviderWithPassword
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public interface IExternalLoginProviderWithPassword
Properties
CanObtainUserInfoWithoutPassword
Declaration
bool CanObtainUserInfoWithoutPassword { get; }
Property Value
Methods
CreateUserAsync(string, string, string)
Declaration
Task<IdentityUser> CreateUserAsync(string userName, string providerName, string plainPassword)
Parameters
Returns
UpdateUserAsync(IdentityUser, string, string)
Declaration
Task UpdateUserAsync(IdentityUser user, string providerName, string plainPassword)
Parameters
Returns
Extension Methods