class JWT::Configuration::Container

def initialize

def initialize
  reset!
end

def reset!

def reset!
  @decode = DecodeConfiguration.new
  @jwk    = JwkConfiguration.new
end