Sha256: ecae2c54448982ce20790e19c4639daed2d50a8a10c0a60412d725468497174b

Contents?: true

Size: 262 Bytes

Versions: 1

Compression:

Stored size: 262 Bytes

Contents

class ExvoAuth::Strategies::Interactive < ExvoAuth::Strategies::Base
  def initialize(app, options = {})
    super(app, :interactive, options)
  end
  
  def request_phase(options = {})
    super(:scope => request["scope"], :state => request["state"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exvo-auth-0.5.0 lib/exvo_auth/strategies/interactive.rb