IssuerMismatch

com.malliina.web.IssuerMismatch
case class IssuerMismatch(token: TokenValue, actual: Issuer, allowed: Seq[Issuer]) extends JWTError

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class JWTError
class AuthError
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def message: ErrorMessage

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val key: String

Attributes

Inherited from:
AuthError