class

Authly::InMemoryClientStore

Inherits Authly::ClientStore / Reference / Object

In-memory implementation for development/testing

Constructors

Instance methods

delete(client_id : String) : Bool
Source
fetch(client_id : String) : DynamicClient | Nil
Source
store(client : DynamicClient) : Bool
Source
update(client : DynamicClient) : Bool
Source