BranchBasicAuthConfig

data class BranchBasicAuthConfig(val enableBasicAuth: Boolean? = null, val password: String, val username: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables basic authorization for the branch.

Link copied to clipboard

The password for basic authorization.

Link copied to clipboard