org.http4s.client.oauth1.ProtocolParameter$
See theProtocolParameter companion trait
object ProtocolParameter
Attributes
- Companion
- trait
- Source
- ProtocolParameter.scala
- Graph
-
- Supertypes
- Self type
-
ProtocolParameter.type
Members list
Type members
Classlikes
case class Callback(headerValue: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
case class Consumer(headerValue: String, secret: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
case class Custom(headerName: String, headerValue: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
case class Nonce(headerValue: String) extends ProtocolParameter
Attributes
- Companion
- object
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
object Nonce
Attributes
- Companion
- class
- Source
- ProtocolParameter.scala
- Supertypes
- Self type
-
Nonce.type
case class Realm(headerValue: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
case class SignatureMethod(headerValue: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
case class Timestamp(headerValue: String) extends ProtocolParameter
Attributes
- Companion
- object
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
object Timestamp
Attributes
- Companion
- class
- Source
- ProtocolParameter.scala
- Supertypes
- Self type
-
Timestamp.type
case class Token(headerValue: String, secret: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
case class Verifier(headerValue: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
case class Version(headerValue: String) extends ProtocolParameter
Attributes
- Source
- ProtocolParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolParameterclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
Attributes
- Source
- ProtocolParameter.scala
Attributes
- Source
- ProtocolParameter.scala
Attributes
- Source
- ProtocolParameter.scala
In this article