discourse/lib/plugin/auth_provider.rb

6 lines
167 B
Ruby
Raw Normal View History

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