BasicAuth

com.coralogix.zio.k8s.client.config.package$.K8sAuthentication$.BasicAuth
final case class BasicAuth(username: String, password: String) extends K8sAuthentication

Authenticate with basic authentication

Attributes

password

Password for basic authentication

username

Username for basic authentication

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product