com.hunorkovacs.koauthsync

domain

package domain

Visibility
  1. Public
  2. All

Type Members

  1. class KoauthRequest extends AnyRef

  2. trait KoauthResponse extends AnyRef

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

  4. trait ResponseNok extends KoauthResponse

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

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

Value Members

  1. object KoauthRequest

  2. object OauthParams

  3. package mapper

Ungrouped