module OpenStax::Api::DoorkeeperApplicationIncludes
Public Instance Methods
is_admin?()
click to toggle source
# File lib/openstax/api/doorkeeper_application_includes.rb, line 13 def is_admin? false end
is_anonymous?()
click to toggle source
# File lib/openstax/api/doorkeeper_application_includes.rb, line 17 def is_anonymous? false end
is_application?()
click to toggle source
# File lib/openstax/api/doorkeeper_application_includes.rb, line 9 def is_application? true end
is_human?()
click to toggle source
Add some fields to Doorkeeper::Application
# File lib/openstax/api/doorkeeper_application_includes.rb, line 5 def is_human? false end