BasicAuthenticationCredentials

case class BasicAuthenticationCredentials(username: String, password: String) extends PactBrokerAuthorization
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def asHeader: (String, String)
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val value: String