Authly::InMemoryPARStore
Inherits Authly::PARStore / Reference / Object
In-memory implementation of PAR store
Constructors
new(default_ttl : Time::Span = 90.seconds)
SourceInstance methods
consume(request_uri : String)
Sourcefetch(request_uri : String) : PARData | Nil
Sourcestore(request_uri : String, params : Hash(String, String), client_id : String, ttl : Time::Span = 90.seconds)
Sourcevalid?(request_uri : String) : Bool
Source