Package

com.hunorkovacs.koauth

domain

Permalink

package domain

Visibility
  1. Public
  2. All

Type Members

  1. class KoauthRequest extends AnyRef

    Permalink
  2. trait KoauthResponse extends AnyRef

    Permalink
  3. case class ResponseBadRequest(body: String) extends ResponseNok with Product with Serializable

    Permalink
  4. trait ResponseNok extends KoauthResponse

    Permalink
  5. case class ResponseOk(body: String) extends KoauthResponse with Product with Serializable

    Permalink
  6. case class ResponseUnauthorized(body: String) extends ResponseNok with Product with Serializable

    Permalink
  7. case class TokenResponse(token: String, secret: String) extends Product with Serializable

    Permalink

Value Members

  1. object KoauthRequest

    Permalink
  2. object OauthParams

    Permalink
  3. package mapper

    Permalink

Ungrouped