Interface IAuthenticationService
Interface for authentication service
public interface IAuthenticationService
- Extension Methods
Properties
CurrentUser
Currently authenticated user
IUserInfo CurrentUser { get; }
Property Value
Methods
GetUser(string)
Get user info of given user.
IUserInfo GetUser(string userName)
Parameters
userName
stringname of given user
Returns
- IUserInfo
user info of given user