Radius Server Response
data class RadiusServerResponse(val radiusServerAddress: String, val radiusServerScore: Double? = null, val radiusServerSecret: String? = null)
Radius Server Settings.
Constructors
Link copied to clipboard
fun RadiusServerResponse(radiusServerAddress: String, radiusServerScore: Double? = null, radiusServerSecret: String? = null)