Class: FIS::Auth::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- FIS::Auth::Server
- Defined in:
- lib/fis/auth/server.rb
Overview
Local Sinatra server to respond to OAuth2 code requests.
Instance Method Summary collapse
-
#initialize ⇒ Server
constructor
A new instance of Server.
Constructor Details
#initialize ⇒ Server
Returns a new instance of Server.
15 16 17 18 |
# File 'lib/fis/auth/server.rb', line 15 def initialize @auth = FIS::Auth::Client.new super(nil) end |