Result

soidc.core.JwtValidator.Result
object Result

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Type members

Classlikes

object NotApplicable

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Validated

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Validated.type

Value members

Concrete methods

def failed(reason: FailureReason): Result
def pure(valid: Result): Result

Extensions

Extensions

extension (self: Result)
def +(next: Result): Result