module

Authly::ClientStore

Interface for storing dynamically registered clients

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