require 'oauth2' module OAuth2 class Client # Make the strategy available to the client def application @application ||= OAuth2::Strategy::Application.new(self) end end end