All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mle.play.auth.AuthFailure.scala Maven / Gradle / Ivy

The newest version!
package com.mle.play.auth

sealed trait AuthFailure

case object CookieMissing extends AuthFailure

case object InvalidCookie extends AuthFailure

case object InvalidCredentials extends AuthFailure




© 2015 - 2025 Weber Informatics LLC | Privacy Policy