authentikat

jwt

package jwt

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait JwtClaimsSet extends AnyRef

  2. case class JwtClaimsSetJValue(jvalue: JValue) extends JwtClaimsSet with Product with Serializable

  3. case class JwtClaimsSetJsonString(json: String) extends JwtClaimsSet with Product with Serializable

  4. case class JwtClaimsSetMap(claims: Map[String, Any]) extends JwtClaimsSet with Product with Serializable

  5. case class JwtHeader(algorithm: Option[String], contentType: Option[String], typ: Option[String]) extends Product with Serializable

Value Members

  1. object JsonWebSignature

    Json Web Algorithms for Encrypting JWS.

    Json Web Algorithms for Encrypting JWS. These generate a one way hash (of claims) with a secret key. Note there is an incomplete set of hashing implementations here. http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-25

  2. object JsonWebToken

  3. object JwtClaimsSet

  4. object JwtHeader extends Serializable

Ungrouped