Class User

java.lang.Object
com.se21.calbot.model.User

@Entity public class User extends Object
Database schema
  • Field Details

    • discordId

      private String discordId
    • token

      private String token
    • code

      private String code
    • expiresInSeconds

      private Long expiresInSeconds
    • refreshToken

      private String refreshToken
    • scope

      private String scope
    • calType

      private String calType
    • calId

      private String calId
  • Constructor Details

    • User

      public User()