FakeAuthenticatorService

play.silhouette.test.FakeAuthenticatorService

A fake authenticator service factory.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T <: Authenticator : Tag](): AuthenticatorService[T]

Creates a new fake authenticator for the given authenticator type.

Creates a new fake authenticator for the given authenticator type.

Type parameters

T

The type of the authenticator.

Attributes

Returns

A fully configured authenticator instance.