Package

org.http4s.client

oauth1

Permalink

package oauth1

Basic OAuth1 message signing support

This feature is not considered stable.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. oauth1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Representation of a Consumer key and secret

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

    Permalink

    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]

    Permalink

    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