Class: HaveAPI::Authentication::OAuth2::RevokeEndpoint

Inherits:
Rack::OAuth2::Server::Abstract::Handler
  • Object
show all
Defined in:
lib/haveapi/authentication/oauth2/revoke_endpoint.rb

Defined Under Namespace

Classes: Request, Response

Instance Method Summary collapse

Instance Method Details

#_call(env) ⇒ Object



6
7
8
9
10
# File 'lib/haveapi/authentication/oauth2/revoke_endpoint.rb', line 6

def _call(env)
  @request  = Request.new(env)
  @response = Response.new(request)
  super
end