module JWT::Configuration
def configuration
-
(JWT::Configuration::Container)
- the configuration container.
def configuration @configuration ||= ::JWT::Configuration::Container.new end
def configure
- Yieldparam: config - the configuration container.
Other tags:
- Yield: - Gives the current configuration to the block.
def configure yield(configuration) end