Success

soidc.core.ValidateResult.Success
final case class Success[H, C](jwt: JWSDecoded[H, C])

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