Module: Rack::OAuth2::Sinatra::Helpers

Defined in:
lib/rack/oauth2/sinatra.rb

Instance Method Summary collapse

Instance Method Details

#oauthServer::Helper

Returns the OAuth helper.

Returns:



58
59
60
# File 'lib/rack/oauth2/sinatra.rb', line 58

def oauth
  @oauth ||= Server::Helper.new(request, response)
end