package oauth1
Basic OAuth1 message signing support
This feature is not considered stable.
- Source
- oauth1.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- oauth1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
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.