Sha256: 998c0bb7db8ac81499ae81908d42fc179cbf96605a087ffb137802293898665f

Contents?: true

Size: 177 Bytes

Versions: 22

Compression:

Stored size: 177 Bytes

Contents

module Garage
  module Strategy
    module NoAuthentication
      def access_token
        nil
      end

      def verify_permission?
        false
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
the_garage-2.0.1 lib/garage/strategy/no_authentication.rb
the_garage-2.0.0 lib/garage/strategy/no_authentication.rb