Exception: Rack::OAuth2::Server::UnsupportedGrantType

Inherits:
OAuthError
  • Object
show all
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

#code

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedGrantType

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