class Virtuaservices::Authentication::Session

A session represents the connection of the user on our frontend application. Nobody else than our frontend should have access to the session or it's content (in particular to the token), instead they shall use the OAuth2.0 protocol. A session shall ONLY be created by a premium application (only our frontend applications are premium). @author Vincent Courtois <courtois.vincent@outlook.com>