Requests a token the given username and password.
username
password
Returns a Future that resolves to a String containing the authentication token.
String
Future<String> requestToken(String username, String password);