Package

io.igl

jwt

Permalink

package jwt

Visibility
  1. Public
  2. All

Type Members

  1. case class Alg(value: Algorithm) extends HeaderValue with Product with Serializable

    Permalink
  2. trait Algorithm extends AnyRef

    Permalink

    A container used to represent an algorithm.

  3. case class Aud(value: Either[String, Seq[String]]) extends ClaimValue with Product with Serializable

    Permalink
  4. trait ClaimField extends JwtField

    Permalink
  5. trait ClaimValue extends JwtValue

    Permalink
  6. class DecodedJwt extends Jwt

    Permalink

    A class representing a decoded jwt.

    A class representing a decoded jwt.

    When an Alg value is omitted it defaults to none. Where multiple headers or claims with the same field name are provided, the last occurrence is used.

  7. case class Exp(value: Long) extends ClaimValue with Product with Serializable

    Permalink
  8. trait HeaderField extends JwtField

    Permalink
  9. trait HeaderValue extends JwtValue

    Permalink
  10. case class Iat(value: Long) extends ClaimValue with Product with Serializable

    Permalink
  11. case class Iss(value: String) extends ClaimValue with Product with Serializable

    Permalink
  12. case class Jti(value: String) extends ClaimValue with Product with Serializable

    Permalink
  13. trait Jwt extends AnyRef

    Permalink
  14. trait JwtField extends AnyRef

    Permalink

    A representation of a jwt field.

  15. trait JwtValue extends AnyRef

    Permalink

    A representation of a jwt field value.

  16. case class Nbf(value: Long) extends ClaimValue with Product with Serializable

    Permalink
  17. case class Sub(value: String) extends ClaimValue with Product with Serializable

    Permalink
  18. case class Typ(value: String) extends HeaderValue with Product with Serializable

    Permalink

Value Members

  1. object Alg extends HeaderField with Serializable

    Permalink
  2. object Algorithm

    Permalink
  3. object Aud extends ClaimField with Serializable

    Permalink
  4. object Cty extends HeaderField with HeaderValue with Product with Serializable

    Permalink
  5. object DecodedJwt

    Permalink
  6. object Exp extends ClaimField with Product with Serializable

    Permalink
  7. object Iat extends ClaimField with Serializable

    Permalink
  8. object Iss extends ClaimField with Serializable

    Permalink
  9. object Jti extends ClaimField with Serializable

    Permalink
  10. object Nbf extends ClaimField with Serializable

    Permalink
  11. object Sub extends ClaimField with Serializable

    Permalink
  12. object Typ extends HeaderField with Serializable

    Permalink

Ungrouped