Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Authly::InMemoryClientStore
Inherits
Authly::ClientStore
<
Reference
<
Object
In-memory implementation for development/testing
Constructors
new
Source
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