class Rack::OAuth2::Server::UnsupportedResponseTypeError

The requested response type is not supported by the authorization server.

Public Class Methods

new() click to toggle source
Calls superclass method Rack::OAuth2::Server::OAuthError::new
# File lib/rack/oauth2/server/errors.rb, line 97
def initialize
  super :unsupported_response_type, "The requested response type is not supported."
end