IProvidesIcons¶
-
interface
OCP\Authentication\TwoFactorAuth\
IProvidesIcons
¶ - Interface for two-factor providers that provide dark and light providericons
Source: lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php#35 Parent: OCP\Authentication\TwoFactorAuth\IProvider
Methods¶
-
public
OCP\Authentication\TwoFactorAuth\IProvidesIcons::
getLightIcon
()¶ - Get the path to the light (white) icon of this provider
Source: lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php#44 Returns: string Since: 15.0.0
-
public
OCP\Authentication\TwoFactorAuth\IProvidesIcons::
getDarkIcon
()¶ - Get the path to the dark (black) icon of this provider
Source: lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php#53 Returns: string Since: 15.0.0