MethodRule

@Serializable
data class MethodRule(val method: Authenticator.Method, val user: String? = null, val remoteAddress: String? = null)

Constructors

Link copied to clipboard
constructor(method: Authenticator.Method, user: String? = null, remoteAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: String?