KeyConfiguration

data class KeyConfiguration(var keyName: String = "clashJKey", var keyDescription: String? = null, var keyCount: Int = 1)

Configuration class for API key settings.

Constructors

Link copied to clipboard
constructor(keyName: String = "clashJKey", keyDescription: String? = null, keyCount: Int = 1)

Properties

Link copied to clipboard

The number of API keys to be used. Default is 1.

Link copied to clipboard

The optional description for the API key. Default is null.

Link copied to clipboard

The name of the API key. Default is "clashJKey".