Exception: Rack::OAuth2::Server::AccessDeniedError
- Inherits:
-
OAuthError
- Object
- StandardError
- OAuthError
- Rack::OAuth2::Server::AccessDeniedError
- Defined in:
- lib/rack/oauth2/server/errors.rb
Overview
The end-user or authorization server denied the request.
Instance Attribute Summary
Attributes inherited from OAuthError
Instance Method Summary collapse
-
#initialize ⇒ AccessDeniedError
constructor
A new instance of AccessDeniedError.
Constructor Details
#initialize ⇒ AccessDeniedError
Returns a new instance of AccessDeniedError.
19 20 21 |
# File 'lib/rack/oauth2/server/errors.rb', line 19 def initialize super :access_denied, "You are now allowed to access this resource." end |