Module minerva_data::session
source · [−]Expand description
This module contains Data Transfer Objects for the user sessions on the
system, representing a user’s login session for a given tenant. These DTO’s
mostly relate to the session
collecton on MongoDB database.
Structs
DTO representing the data for a new session, to be received by the
gRPC session service.
DTO representing the data for a new session, to be received by the
REST gateway endpoint.
DTO representing the data for a user session.
DTO representing the data returned from the login route on the REST
endpoint, which should have a token and the tenant name.