In authlite.py, update the in-memory role initialization to use the 'rol_id' key instead of iterating over the role object.
In AuthLiteClient class, update the GetAllRolesResponse to return the roles_json_list instead of the roles_list.
Add a print statement in the _re_init_roles method to print the roles_json_list (for debugging purposes).
In authlite.py, update the in-memory role initialization to use the 'rol_id' key instead of iterating over the role object. In AuthLiteClient class, update the GetAllRolesResponse to return the roles_json_list instead of the roles_list. Add a print statement in the _re_init_roles method to print the roles_json_list (for debugging purposes).