{CompanyName} FlexyGo

AuthRepository..::..FindUser Method

Namespace:  FLEXYGO.Authentication.Identity
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)

Parameters

userName
Type: String
password
Type: String