- authenticate
UserDetails authenticate(string name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- getById
UserDetails getById(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getByName
UserDetails getByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSalt
string getSalt(string name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
Retrieve user details from a local config file.