Packages

final case class BasicCredentials(username: String, password: String, charset: java.nio.charset.Charset = StandardCharsets.UTF_8) extends Product with Serializable

Source
Credentials.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicCredentials
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicCredentials(username: String, password: String, charset: java.nio.charset.Charset = StandardCharsets.UTF_8)

Value Members

  1. val charset: java.nio.charset.Charset
  2. val password: String
  3. lazy val token: String
  4. val username: String