Registry

class OC\Authentication\TwoFactorAuth\Registry
Source:lib/private/Authentication/TwoFactorAuth/Registry.php#38
Implements:OCP\Authentication\TwoFactorAuth\IRegistry

Properties

Methods

public OC\Authentication\TwoFactorAuth\Registry::__construct($assignmentDao, $dispatcher)
Source:lib/private/Authentication/TwoFactorAuth/Registry.php#46
public OC\Authentication\TwoFactorAuth\Registry::getProviderStates($user)
Source:lib/private/Authentication/TwoFactorAuth/Registry.php#52
public OC\Authentication\TwoFactorAuth\Registry::enableProviderFor($provider, $user)
Source:lib/private/Authentication/TwoFactorAuth/Registry.php#56
public OC\Authentication\TwoFactorAuth\Registry::disableProviderFor($provider, $user)
Source:lib/private/Authentication/TwoFactorAuth/Registry.php#63
public OC\Authentication\TwoFactorAuth\Registry::deleteUserData($user)
Source:lib/private/Authentication/TwoFactorAuth/Registry.php#70
public OC\Authentication\TwoFactorAuth\Registry::cleanUp($providerId)
Source:lib/private/Authentication/TwoFactorAuth/Registry.php#77