OidcClient.KeyValue
Generic Key/Value store for caching etc
module type KV = sig ... end
module MemoryKV : sig ... end