Class: FIS::Auth::Server

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/fis/auth/server.rb

Overview

Local Sinatra server to respond to OAuth2 code requests.

Instance Method Summary collapse

Constructor Details

#initializeServer

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