class

KemalIdentity::Testing::MemoryLinkRepository

Inherits KemalIdentity::Federation::LinkRepository < Reference < Object

In-memory Federation::LinkRepository, passing the same contract the database adapters must.

Constructors

Instance methods

touch(issuer : String, subject : String, at : Time) : Bool

Records that this link was just used to authenticate. Returns false for an unknown pair.

Source