discourse/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