Returns the authenticated Smartschool user payload.
Future<Map<String, dynamic>> getAuthenticatedUser() { return _client.authenticatedUser; }