Method | Description | |
---|---|---|
CreateUser ( string username, bool isAnonymous ) : |
Creates a new user.
|
|
GetAnonymousUser ( ) : |
Gets the Anonymous user.
|
|
GetCurrentUser ( string username ) : |
Gets a user by the username.
|
public CreateUser ( string username, bool isAnonymous ) : |
||
username | string | The username. |
isAnonymous | bool | True if the the user anonymous. |
return |
public GetAnonymousUser ( ) : |
||
return |
public GetCurrentUser ( string username ) : |
||
username | string | the username. |
return |