Package

io.really

jwt

Permalink

package jwt

Provides classes and objects that define JWT Types

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jwt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Algorithm extends AnyRef

    Permalink
  2. abstract class JWTException extends Exception

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

    Permalink

    Represent JWT Header

    Represent JWT Header

    alg

    is algorithm that used to encrypt token

    extraHeader

    is represent

  4. sealed trait JWTResult extends AnyRef

    Permalink

    Represent result from decode operation

Value Members

  1. object Algorithm

    Permalink

    Algorithm represent type of algorithms that used on JWT

  2. implicit object AlgorithmFmt extends Format[Algorithm]

    Permalink

    Represent Reads and Writes for Algorithm

  3. object DerUtil

    Permalink
  4. object JWT

    Permalink
  5. object JWTException extends Serializable

    Permalink

    Represent JWT Exceptions

  6. object JWTResult

    Permalink
  7. object PemUtil

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped