Exception: Rack::OAuth2::Server::UnsupportedGrantType
- Inherits:
-
OAuthError
- Object
- StandardError
- OAuthError
- Rack::OAuth2::Server::UnsupportedGrantType
- Defined in:
- lib/rack/oauth2/server/errors.rb
Overview
This access grant type is not supported by this server.
Instance Attribute Summary
Attributes inherited from OAuthError
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedGrantType
constructor
A new instance of UnsupportedGrantType.
Constructor Details
#initialize ⇒ UnsupportedGrantType
Returns a new instance of UnsupportedGrantType.
90 91 92 |
# File 'lib/rack/oauth2/server/errors.rb', line 90 def initialize super :unsupported_grant_type, "This access grant type is not supported by this server." end |