class Rack::OAuth2::Server::UnsupportedGrantType

This access grant type is not supported by this 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 90
def initialize
  super :unsupported_grant_type, "This access grant type is not supported by this server."
end