authenticate
Description:
public bool authenticate (
string? username =
null)
throws Error
Starts the authentication procedure for a user.
Parameters:
| this |
A Greeter
|
| username |
A username or NULL to prompt for a username.
|
Returns:
|
TRUE if authentication request sent.
|