This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/lib/plugin/auth_provider.rb
Sam 818bf1355d PluginStore for plugin specific bits of storage
Amended plugin interfaces so they work with the vk sample
2013-08-26 12:59:17 +10:00

10 lines
194 B
Ruby

class Plugin::AuthProvider
attr_accessor :glyph, :background_color, :title,
:message, :frame_width, :frame_height, :authenticator
def name
authenticator.name
end
end