3scale/porta

View on GitHub
app/lib/three_scale/oauth2.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ThreeScale
  module OAuth2
    module_function

    @_config = ThreeScale.config.fetch(:oauth2){ Hash.new }.freeze

    class << self
      attr_internal_reader :config
    end

  end
end