io.really

jwt

package jwt

Provides classes and objects that define JWT Types

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jwt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Algorithm extends AnyRef

  2. abstract class JWTException extends Exception

  3. case class JWTHeader(alg: Algorithm, extraHeader: JsObject = play.api.libs.json.Json.obj()) extends Product with Serializable

    Represent JWT Header

  4. sealed trait JWTResult extends AnyRef

    Represent result from decode operation

Value Members

  1. object Algorithm

    Algorithm represent type of algorithms that used on JWT

  2. implicit object AlgorithmFmt extends Format[Algorithm]

    Represent Reads and Writes for Algorithm

  3. object DerUtil

  4. object JWT

  5. object JWTException extends Serializable

    Represent JWT Exceptions

  6. object JWTResult

  7. object PemUtil

Inherited from AnyRef

Inherited from Any

Ungrouped