java.lang.Object
ch.bztf.m226blb1.Database.Authentication.Account

@Entity public class Account extends Object
Account for managing the authentication and credentials.
  • Constructor Details

    • Account

      protected Account()
      Creates a new Account with the createdAt set to the current time.
    • Account

      public Account(@NonNull @NonNull String apiKey, @NonNull @NonNull AuthAccount account)
      Creates a new Account with the given API-key and credentials.
      Parameters:
      apiKey - the API-Key of the new Account
      account - the account of the new Account
      See Also:
  • Method Details