public abstract Task<bool> SignInAsync( string userName, string password )
Public Overloads MustOverride Function SignInAsync( _ ByVal userName As String, _ ByVal password As String _ ) As Task(Of Boolean)
Parameters
- userName
- The username with which to sign in
- password
- The password with which to sign in
Return Value
A System.Threading.Tasks.Task that returns true if the sign in is successful.