Authly::InMemoryClientStore
Inherits Authly::ClientStore / Reference / Object
In-memory implementation for development/testing
Constructors
new
SourceInstance methods
delete(client_id : String) : Bool
Sourcefetch(client_id : String) : DynamicClient | Nil
Sourcestore(client : DynamicClient) : Bool
Sourceupdate(client : DynamicClient) : Bool
Source