Encodable

com.malliina.web.TwitterAuthFlow.Encodable
case class Encodable(nonce: String, map: Map[String, String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def signed(method: String, url: FullUrl, oauthTokenSecret: Option[String]): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val encodedParams: SortedMap[String, String]
val paramsString: String