play.silhouette.test.FakeAuthenticator
See theFakeAuthenticator companion object
final case class FakeAuthenticator(loginInfo: LoginInfo, id: String, isValid: Boolean) extends StorableAuthenticator
A fake authenticator.
Value parameters
- id
-
The ID of the authenticator.
- isValid
-
True if the authenticator is valid, false otherwise.
- loginInfo
-
The linked login info for an identity.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StorableAuthenticatortrait Authenticatorclass Objecttrait Matchableclass Any
Members list
In this article