Chain

class OC\Authentication\Login\Chain
Source:lib/private/Authentication/Login/Chain.php#28

Properties

Methods

public OC\Authentication\Login\Chain::__construct($preLoginHookCommand, $userDisabledCheckCommand, $uidLoginCommand, $emailLoginCommand, $loggedInCheckCommand, $completeLoginCommand, $createSessionTokenCommand, $clearLostPasswordTokensCommand, $updateLastPasswordConfirmCommand, $setUserTimezoneCommand, $twoFactorCommand, $finishRememberedLoginCommand)
Source:lib/private/Authentication/Login/Chain.php#66
public OC\Authentication\Login\Chain::process($loginData)
Source:lib/private/Authentication/Login/Chain.php#93