module Doorkeepr::Rails
Constants
- VERSION
Attributes
manager[RW]
mount_at[RW]
Public Class Methods
announce(service)
click to toggle source
# File lib/doorkeepr/rails.rb, line 40 def announce service manager.announce service end
config()
click to toggle source
# File lib/doorkeepr/rails.rb, line 43 def config manager.config end
default_service()
click to toggle source
# File lib/doorkeepr/rails.rb, line 37 def default_service @default_service ||= ::Nerve::Easy::Service.new(::Doorkeepr.config.to_h) end
depublish()
click to toggle source
# File lib/doorkeepr/rails.rb, line 49 def depublish manager.depublish end
publish()
click to toggle source
# File lib/doorkeepr/rails.rb, line 46 def publish manager.publish end