Interface ImportedUser


  • public interface ImportedUser
    • Method Detail

      • getUsername

        @NotNull
        String getUsername()
      • getName

        @Nullable
        String getName()
      • getEmail

        @Nullable
        String getEmail()
      • isEmailVerified

        boolean isEmailVerified()
      • getLastLoginTimestamp

        @Nullable
        Date getLastLoginTimestamp()