Class: Rack::OAuth2::Server::Authorize
- Inherits:
-
Rack::OAuth2::Server::Abstract::Handler
- Object
- Rack::OAuth2::Server::Abstract::Handler
- Rack::OAuth2::Server::Authorize
- Defined in:
- lib/rack/oauth2/server/authorize.rb,
lib/rack/oauth2/server/authorize/code.rb,
lib/rack/oauth2/server/authorize/error.rb,
lib/rack/oauth2/server/authorize/token.rb,
lib/rack/oauth2/server/authorize/extension.rb,
lib/rack/oauth2/server/authorize/extension/code_and_token.rb
Direct Known Subclasses
Defined Under Namespace
Modules: ErrorHandler, ErrorMethods, Extension Classes: BadRequest, Code, Request, Response, ServerError, TemporarilyUnavailable, Token
Instance Attribute Summary
Attributes inherited from Rack::OAuth2::Server::Abstract::Handler
#authenticator, #request, #response
Instance Method Summary collapse
Methods inherited from Rack::OAuth2::Server::Abstract::Handler
Constructor Details
This class inherits a constructor from Rack::OAuth2::Server::Abstract::Handler