Connection
The Connection
class contains information about a connection to the Melon server. This class is currently unused, but is part of planning for listening parties. This may be removed or changed in the future.
Properties
Property | Type | Description |
---|---|---|
Username |
string? |
Username for authentication. |
Password |
string? |
Password for authentication. |
URL |
string? |
URL of the Melon server. |
JWT |
string? |
JSON Web Token for authentication. |