Sha256: 680195bd23c4ba7a609b29e340c5c7620766149055252b4312885bd94471b32a
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
class ExvoAuth::Strategies::Interactive < ExvoAuth::Strategies::Base def initialize(app, options = {}) super(app, :interactive, options) end def request_phase(options = {}) super(unicorns_and_rainbows( :scope => request["scope"], :state => request["state"] )) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exvo-auth-0.5.1 | lib/exvo_auth/strategies/interactive.rb |