UptimeCheckConfigHttpCheckAuthInfo

data class UptimeCheckConfigHttpCheckAuthInfo(val password: String? = null, val passwordWoVersion: String? = null, val username: String)

Constructors

Link copied to clipboard
constructor(password: String? = null, passwordWoVersion: String? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password to authenticate.

Link copied to clipboard

The password write-only version.

Link copied to clipboard

The username to authenticate.