Method | Description | |
---|---|---|
LoginUser ( ICorePrincipal account, bool remember ) : void |
Authenticates the user.
|
|
LogoutUser ( ) : void |
Logs out the current user.
|
public LoginUser ( ICorePrincipal account, bool remember ) : void | ||
account | ICorePrincipal | The account. |
remember | bool | |
return | void |