org.http4s.client.oauth1
Basic OAuth1 message signing support
This feature is not considered stable.
Type members
Classlikes
Representation of a Consumer key and secret
Representation of a Consumer key and secret
- Source:
- Types.scala
An implementation of the HMAC-SHA1
oauth signature method.
An implementation of the HMAC-SHA1
oauth signature method.
This uses the HmacSHA1
implementation which every java platform is required to have.
- Source:
- SignatureAlgorithm.scala
An implementation of the HMAC-SHA256
oauth signature method.
An implementation of the HMAC-SHA256
oauth signature method.
This uses the HmacSHA256
implementation which every java platform is required to have.
- Source:
- SignatureAlgorithm.scala
An implementation of the HMAC-SHA512
oauth signature method.
An implementation of the HMAC-SHA512
oauth signature method.
WARNING - This uses the HmacSHA512
implementation which is not required to be present by the Java spec.
(However, most modern Java runtimes tend to have it)
- Source:
- SignatureAlgorithm.scala
Implementations for Oauth1 signatures.
Implementations for Oauth1 signatures.
- Companion:
- object
- Source:
- SignatureAlgorithm.scala
Representation of an OAuth Token and Token secret
Representation of an OAuth Token and Token secret
- Source:
- Types.scala
Value members
Concrete methods
- Source:
- oauth1.scala
Deprecated methods
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.
- Deprecated
- Source:
- oauth1.scala