from_dict#
- classmethod SessionConfiguration.from_dict(configuration_dict)#
Create a
SessionConfigurationobject from its dictionary form.This is the inverse of the
get_configuration_for_requests()method.- Parameters:
- configuration_dict
dict Dictionary form of the session parameters.
- configuration_dict