java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.model.users.Token

@Entity public class Token extends Object
This class represents a user token. A token has its value, time of creation, expiration, and confirmation, and the user connected.
Author:
Trym Hamer Gudvangen
  • Constructor Details

    • Token

      public Token()