Failure

soidc.core.ValidateResult.Failure
final case class Failure[H, C](cause: ValidateFailure)

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toEither: Either[ValidateFailure, JWSDecoded[H, C]]

Attributes

Inherited from:
ValidateResult