Packages

package wechat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. wechat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AccessToken(access_token: String, expires_in: Int) extends Token with Product with Serializable
  2. final case class Err(errcode: Int) extends Product with Serializable
  3. trait JsonSupport extends DefaultJsonProtocol with SprayJsonSupport
  4. final case class Principal(UserId: String) extends Product with Serializable
  5. final case class UserInfo(userid: String, name: String, department: Seq[Int], email: String, avatar: String, status: Int, isleader: Int, enable: Int, alias: String) extends Product with Serializable
  6. class WeWork extends OAuth2[AccessToken]

Value Members

  1. object WeWork extends JsonSupport

Inherited from AnyRef

Inherited from Any

Ungrouped