RadiusServerResponse

data class RadiusServerResponse(val radiusServerAddress: String, val radiusServerScore: Double? = null, val radiusServerSecret: String? = null)

Radius Server Settings.

Constructors

Link copied to clipboard
constructor(radiusServerAddress: String, radiusServerScore: Double? = null, radiusServerSecret: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address of this radius server.

Link copied to clipboard

The initial score assigned to this radius server.

Link copied to clipboard

The secret used for this radius server.