class Rack::OAuth2::Server::AccessDeniedError

The end-user or authorization server denied the request.

Public Class Methods

new() click to toggle source
Calls superclass method Rack::OAuth2::Server::OAuthError::new
# File lib/rack/oauth2/server/errors.rb, line 19
def initialize
  super :access_denied, "You are now allowed to access this resource."
end