Exception: Rack::OAuth2::Server::Resource::Bearer::Unauthorized
- Inherits:
-
Unauthorized
- Object
- StandardError
- Abstract::Error
- Abstract::Unauthorized
- Unauthorized
- Rack::OAuth2::Server::Resource::Bearer::Unauthorized
- Defined in:
- lib/rack/oauth2/server/resource/bearer/error.rb
Instance Attribute Summary
Attributes inherited from Abstract::Error
#description, #error, #realm, #status, #uri
Instance Method Summary collapse
Methods inherited from Unauthorized
Methods inherited from Abstract::Unauthorized
Methods inherited from Abstract::Error
#finish, #initialize, #protocol_params
Constructor Details
This class inherits a constructor from Rack::OAuth2::Server::Abstract::Unauthorized
Instance Method Details
#scheme ⇒ Object
7 8 9 |
# File 'lib/rack/oauth2/server/resource/bearer/error.rb', line 7 def scheme :Bearer end |