BearerTokenAuthenticator

tsec.authentication.BearerTokenAuthenticator$
See theBearerTokenAuthenticator companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_], I, V](tokenStore: BackingStore[F, SecureRandomId, TSecBearerToken[I]], identityStore: IdentityStore[F, I, V], settings: TSecTokenSettings)(implicit F: Sync[F]): BearerTokenAuthenticator[F, I, V]

Attributes

Source
BearerTokenAuthenticator.scala