Package

com.kadekmarek.finch.jwt

circe

Permalink

package circe

Visibility
  1. Public
  2. All

Type Members

  1. final case class HeaderJwtAuth(key: String, algorithm: JwtHmacAlgorithm, headerName: String) extends JwtAuth with Product with Serializable

    Permalink
  2. sealed trait JwtAuth extends AnyRef

    Permalink
  3. final case class UrlJwtAuth(key: String, algorithm: JwtHmacAlgorithm) extends JwtAuth with Product with Serializable

    Permalink

Value Members

  1. object HeaderMissing extends Exception

    Permalink
  2. object JwtAuthFailed extends Exception

    Permalink

Ungrouped