ICredentials¶
-
interface
OCP\Authentication\LoginCredentials\
ICredentials
¶ Implemented by: OC\Authentication\LoginCredentials\Credentials
Source: lib/public/Authentication/LoginCredentials/ICredentials.php#32
Methods¶
-
public
OCP\Authentication\LoginCredentials\ICredentials::
getUID
()¶ - Get the user UID
Source: lib/public/Authentication/LoginCredentials/ICredentials.php#41 Since: 12 Returns: string
-
public
OCP\Authentication\LoginCredentials\ICredentials::
getLoginName
()¶ - Get the login name the users used to login
Source: lib/public/Authentication/LoginCredentials/ICredentials.php#50 Since: 12 Returns: string
-
public
OCP\Authentication\LoginCredentials\ICredentials::
getPassword
()¶ - Get the password
Source: lib/public/Authentication/LoginCredentials/ICredentials.php#60 Since: 12 Returns: string Throws: \OCP\Authentication\Exceptions\PasswordUnavailableException