Class Credential

java.lang.Object
io.github.antod3v.pterodactyl.extension.Credential

public class Credential extends Object
Represents the credentials required for accessing an API or server. This class provides getters and setters for the apiUrl, apiKey, and serverId properties.
  • Constructor Details

    • Credential

      public Credential()