Store

class OC\Authentication\LoginCredentials\Store
Source:lib/private/Authentication/LoginCredentials/Store.php#41
Implements:OCP\Authentication\LoginCredentials\IStore

Properties

Methods

public OC\Authentication\LoginCredentials\Store::__construct($session, $logger, $tokenProvider=null)
Source:lib/private/Authentication/LoginCredentials/Store.php#52
public OC\Authentication\LoginCredentials\Store::authenticate($params)
Hook listener on post login
Source:

lib/private/Authentication/LoginCredentials/Store.php#67

Parameters:
  • $params (array)
public OC\Authentication\LoginCredentials\Store::setSession($session)
Replace the session implementation
Source:

lib/private/Authentication/LoginCredentials/Store.php#76

Parameters:
public OC\Authentication\LoginCredentials\Store::getLoginCredentials()
Source:lib/private/Authentication/LoginCredentials/Store.php#86
Since:12
Returns:\OCP\Authentication\LoginCredentials\ICredentials the login credentials of the current user
Throws:\OCP\Authentication\Exceptions\CredentialsUnavailableException