|
AuthenticationService
v0.2.0
|
An interface that can be used to authenticate a user by its name and password. More...
Public Member Functions | |
| AuthenticatedUser | GetAuthenticatedUser (String username, String password) |
| Fetches the user that can be authenticated by the username and password. More... | |
An interface that can be used to authenticate a user by its name and password.
| AuthenticatedUser Joutsen.Authentication.Authenticator.GetAuthenticatedUser | ( | String | username, |
| String | password | ||
| ) |
Fetches the user that can be authenticated by the username and password.
Implemented in Joutsen.Authentication.Persistence.NHibernate.NHibernateUserRepository.
1.8.13