Exception: Rack::OAuth2::Server::Resource::Bearer::Unauthorized

Inherits:
Unauthorized show all
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

#finish

Methods inherited from Abstract::Unauthorized

#initialize

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

#schemeObject



7
8
9
# File 'lib/rack/oauth2/server/resource/bearer/error.rb', line 7

def scheme
  :Bearer
end