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: Parameters: - $params (array)
-
public
OC\Authentication\LoginCredentials\Store::setSession($session)¶ - Replace the session implementation
Source: Parameters: - $session (
OCP\ISession)
- $session (
-
public
OC\Authentication\LoginCredentials\Store::getLoginCredentials()¶ Source: lib/private/Authentication/LoginCredentials/Store.php#86 Since: 12 Returns: \OCP\Authentication\LoginCredentials\ICredentialsthe login credentials of the current userThrows: \OCP\Authentication\Exceptions\CredentialsUnavailableException