ProtocolParameter

org.http4s.client.oauth1.ProtocolParameter
See theProtocolParameter companion trait

Attributes

Companion
trait
Source
ProtocolParameter.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Callback(headerValue: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Consumer(headerValue: String, secret: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Custom(headerName: String, headerValue: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Nonce(headerValue: String) extends ProtocolParameter

Attributes

Companion
object
Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Nonce

Attributes

Companion
class
Source
ProtocolParameter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Nonce.type
final case class Realm(headerValue: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SignatureMethod(headerValue: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Timestamp(headerValue: String) extends ProtocolParameter

Attributes

Companion
object
Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Timestamp

Attributes

Companion
class
Source
ProtocolParameter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Timestamp.type
final case class Token(headerValue: String, secret: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Verifier(headerValue: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Version(headerValue: String) extends ProtocolParameter

Attributes

Source
ProtocolParameter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala