Returns an Authenticatable for an username.
This method must return an instance of Authenticatable if one exists for username. Otherwise, it must return null.
server is the AuthServer invoking this method.
Source
Future<Authenticatable> fetchAuthenticatableByUsername(
AuthServer server, String username);