class Doorkeeper::Errors::InvalidGrantReuse

Public Instance Methods

type() click to toggle source
# File lib/doorkeeper/errors.rb, line 12
def type
  :invalid_grant
end