Sha256: bd66b040a69e3a4f2e0720d7c0610e9d39e96fc029dbf8ffe7abd9c4a9f11acf
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
require 'oauth2' module OAuth2 class Client # Make the strategy available to the client def application @application ||= OAuth2::Strategy::Application.new(self) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oauth2-application-1.0 | lib/oauth2/app_client.rb |