Exception: Rack::OAuth2::Server::UnsupportedResponseTypeError

Inherits:
OAuthError
  • Object
show all
Defined in:
lib/rack/oauth2/server/errors.rb

Overview

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

Instance Attribute Summary

Attributes inherited from OAuthError

#code

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedResponseTypeError

Returns a new instance of UnsupportedResponseTypeError.



97
98
99
# File 'lib/rack/oauth2/server/errors.rb', line 97

def initialize
  super :unsupported_response_type, "The requested response type is not supported."
end