2013-08-23 02:21:52 -04:00
|
|
|
class Plugin::AuthProvider
|
2013-08-25 22:52:36 -04:00
|
|
|
attr_accessor :glyph, :background_color, :title,
|
2013-08-25 21:04:16 -04:00
|
|
|
:message, :frame_width, :frame_height, :authenticator
|
|
|
|
|
2013-08-25 22:52:36 -04:00
|
|
|
def name
|
|
|
|
authenticator.name
|
|
|
|
end
|
|
|
|
|
2013-08-23 02:21:52 -04:00
|
|
|
end
|