BackingStore

tsec.authentication.package$.BackingStore
trait BackingStore[F[_], I, V] extends IdentityStore[F, I, V]

Attributes

Source
package.scala
Graph
Supertypes
trait IdentityStore[F, I, V]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def delete(id: I): F[Unit]

Attributes

Source
package.scala
def put(elem: V): F[V]

Attributes

Source
package.scala
def update(v: V): F[V]

Attributes

Source
package.scala

Inherited methods

def get(id: I): OptionT[F, V]

Attributes

Inherited from:
IdentityStore
Source
package.scala