ProtocolParameter

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Callback(headerValue: String) extends ProtocolParameter
case class Consumer(headerValue: String, secret: String) extends ProtocolParameter
case class Custom(headerName: String, headerValue: String) extends ProtocolParameter
case class Nonce(headerValue: String) extends ProtocolParameter
Companion
object
object Nonce
Companion
class
case class Realm(headerValue: String) extends ProtocolParameter
case class SignatureMethod(headerValue: String) extends ProtocolParameter
case class Timestamp(headerValue: String) extends ProtocolParameter
Companion
object
object Timestamp
Companion
class
case class Token(headerValue: String, secret: String) extends ProtocolParameter
case class Verifier(headerValue: String) extends ProtocolParameter
case class Version(headerValue: String) extends ProtocolParameter

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror