org.http4s.client

oauth1

package oauth1

Basic OAuth1 message signing support

This feature is not considered stable.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. oauth1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Consumer(key: String, secret: String) extends Product with Serializable

    Representation of a Consumer key and secret

  2. case class Token(value: String, secret: String) extends Product with Serializable

    Representation of an OAuth Token and Token secret

Value Members

  1. def signRequest(req: Request, consumer: Consumer, callback: Option[Uri], verifier: Option[String], token: Option[Token]): Task[Request]

    Sign the request with an OAuth Authorization header

    Sign the request with an OAuth Authorization header

    WARNING: POST requests with application/x-www-form-urlencoded bodies will be entirely buffered due to signing requirements.

Inherited from AnyRef

Inherited from Any

Ungrouped