Exception: Rack::OAuth2::Server::UnsupportedResponseTypeError
- Inherits:
-
OAuthError
- Object
- StandardError
- OAuthError
- Rack::OAuth2::Server::UnsupportedResponseTypeError
- 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
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedResponseTypeError
constructor
A new instance of UnsupportedResponseTypeError.
Constructor Details
#initialize ⇒ UnsupportedResponseTypeError
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 |