mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 21:15:16 +08:00
5 lines
152 B
Ruby
5 lines
152 B
Ruby
![]() |
class AuthProvider
|
||
|
attr_accessor :type, :glyph, :background_color, :name, :title,
|
||
|
:message, :frame_width, :frame_height, :options
|
||
|
end
|