SignedCookieAuthenticator

tsec.authentication.SignedCookieAuthenticator$
See theSignedCookieAuthenticator companion class

Attributes

Companion
class
Source
SignedCookieAuthenticator.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], I, V, Alg](settings: TSecCookieSettings, tokenStore: BackingStore[F, UUID, AuthenticatedCookie[Alg, I]], idStore: IdentityStore[F, I, V], key: Type[Alg])(implicit F: Sync[F], S: MessageAuth[F, Alg, MacSigningKey]): SignedCookieAuthenticator[F, I, V, Alg]