BasicChallenge

scamper.http.auth.BasicChallenge
See theBasicChallenge companion object
sealed trait BasicChallenge extends Challenge

Challenge for Basic authentication.

Attributes

Companion
object
Graph
Supertypes
trait Challenge
trait AuthType
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def realm: String

Gets realm.

Gets realm.

Attributes

Inherited methods

def params: Map[String, String]

Gets parameters.

Gets parameters.

Attributes

Inherited from:
Challenge

Concrete fields

val scheme: String

Gets scheme.

Gets scheme.

Attributes

Inherited fields

lazy override val toString: String

Returns formatted challenge.

Returns formatted challenge.

Attributes

Inherited from:
Challenge