Class Authentication

java.lang.Object
de.bytestore.hostinger.entity.user.Authentication

@Entity(name="host_Authentication") public class Authentication extends Object
The Authentication class represents an authentication entity in the system. It links users to their authentication tokens and stores metadata related to creation and modification of the authentication entity. This class is annotated for use with JPA and Jmix frameworks, enabling it to be persisted in a database. It also includes support for auditing fields such as creation and modification metadata.
  • Constructor Details

    • Authentication

      public Authentication()