ConnectionAuthParametersBasicAuthParameters

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

Constructors

constructor(password: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password for basic authentication.

Link copied to clipboard
val username: String? = null

The username for basic authentication.