ConfidenceLevel

uk.gov.hmrc.auth.core.ConfidenceLevel
See theConfidenceLevel companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object L200 extends ConfidenceLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Predicate
trait Ordered[ConfidenceLevel]
trait Comparable[ConfidenceLevel]
class Object
trait Matchable
class Any
Show all
Self type
L200.type
case object L250 extends ConfidenceLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Predicate
trait Ordered[ConfidenceLevel]
trait Comparable[ConfidenceLevel]
class Object
trait Matchable
class Any
Show all
Self type
L250.type
case object L50 extends ConfidenceLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Predicate
trait Ordered[ConfidenceLevel]
trait Comparable[ConfidenceLevel]
class Object
trait Matchable
class Any
Show all
Self type
L50.type
case object L500 extends ConfidenceLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Predicate
trait Ordered[ConfidenceLevel]
trait Comparable[ConfidenceLevel]
class Object
trait Matchable
class Any
Show all
Self type
L500.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromInt(level: Int): Try[ConfidenceLevel]

Implicits

Implicits

implicit val jsonFormat: Format[ConfidenceLevel]