Package

tsec

jwt

Permalink

package jwt

Linear Supertypes
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 JWTAudience extends AnyRef

    Permalink
  2. sealed abstract case class JWTClaims extends Product with Serializable

    Permalink

    Represents the JWT Claims in https://tools.ietf.org/html/rfc7519#section-4

    Represents the JWT Claims in https://tools.ietf.org/html/rfc7519#section-4

    Times are IEEE Std 1003.1, 2013 Edition time in seconds. They are represented in a java.time.Instant objects. At serialization time, they are represented as Long.

    Note: When feeding Instant instances directly, milliseconds are discarded

  3. case class JWTListAudience(values: List[String]) extends JWTAudience with Product with Serializable

    Permalink
  4. case class JWTSingleAudience(value: String) extends JWTAudience with Product with Serializable

    Permalink

Value Members

  1. object JWTClaims extends JWSSerializer[JWTClaims] with Serializable

    Permalink
  2. val JWTPrinter: Printer

    Permalink
  3. package algorithms

    Permalink
  4. implicit val audienceDecoder: Decoder[JWTAudience]

    Permalink
  5. implicit val audienceEncoder: Encoder[JWTAudience]

    Permalink
  6. package header

    Permalink
  7. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped