BasicAuthenticationResponse

data class BasicAuthenticationResponse(val password: String, val username: String)

The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks.

Constructors

Link copied to clipboard
fun BasicAuthenticationResponse(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password to use when authenticating with the HTTP server.

Link copied to clipboard

The username to use when authenticating with the HTTP server.