Challenge

scamper.http.auth.Challenge
See theChallenge companion trait
object Challenge

Provides factory for Challenge.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Challenge.type

Members list

Value members

Concrete methods

def apply(scheme: String, params: Map[String, String]): Challenge

Creates challenge with supplied scheme and parameters.

Creates challenge with supplied scheme and parameters.

Attributes

def apply(scheme: String, params: (String, String)*): Challenge

Creates challenge with supplied scheme and parameters.

Creates challenge with supplied scheme and parameters.

Attributes

def parse(challenge: String): Challenge

Parses formatted challenge.

Parses formatted challenge.

Attributes

def parseAll(challenges: String): Seq[Challenge]

Parses formatted list of challenges.

Parses formatted list of challenges.

Attributes