investfly.models.common.Session

@dataclass
class Session:

Class that represents logged in user session with the Investfly server

Session(username: str, clientId: str, clientToken: str)
username: str
clientId: str
clientToken: str
@staticmethod
def fromJsonDict(json_dict: Dict[str, Any]) -> Session: