FakeAuthenticator

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 Serializable
trait Product
trait Equals
trait StorableAuthenticator
trait Authenticator
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type Settings

The type of the settings an authenticator can handle.

The type of the settings an authenticator can handle.

Attributes

Inherited from:
Authenticator
type Value

The Type of the generated value an authenticator will be serialized to.

The Type of the generated value an authenticator will be serialized to.

Attributes

Inherited from:
Authenticator

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product