VpnServerConfigurationRadiusServer

data class VpnServerConfigurationRadiusServer(val address: String, val score: Int, val secret: String)

Constructors

Link copied to clipboard
constructor(address: String, score: Int, secret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Address of the Radius Server.

Link copied to clipboard
val score: Int

The Score of the Radius Server determines the priority of the server. Ranges from 1 to 30.

Link copied to clipboard

The Secret used to communicate with the Radius Server.