JsonDecoder

me.wojnowski.oidc4s.json.JsonDecoder
See theJsonDecoder companion object
trait JsonDecoder[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def decode(raw: String): Either[String, A]