AuthRepository..::..FindUser Method
Namespace:
FLEXYGO.Authentication.Identity
Assembly: flxAuthentication (in flxAuthentication.dll)
Assembly: flxAuthentication (in flxAuthentication.dll)
Syntax
public Task<IdentityUser> FindUser( string userName, string password )
Public Function FindUser ( _ userName As String, _ password As String _ ) As Task(Of IdentityUser)