Credentials¶
-
class
OC\Authentication\LoginCredentials\
Credentials
¶ Source: lib/private/Authentication/LoginCredentials/Credentials.php#28 Implements: OCP\Authentication\LoginCredentials\ICredentials
Properties¶
Methods¶
-
public
OC\Authentication\LoginCredentials\Credentials::
__construct
($uid, $loginName, $password)¶ Source: lib/private/Authentication/LoginCredentials/Credentials.php#44
Parameters: - $uid (string)
- $loginName (string)
- $password (string)
-
public
OC\Authentication\LoginCredentials\Credentials::
getUID
()¶ Source: lib/private/Authentication/LoginCredentials/Credentials.php#53 Returns: string
-
public
OC\Authentication\LoginCredentials\Credentials::
getLoginName
()¶ Source: lib/private/Authentication/LoginCredentials/Credentials.php#60 Returns: string
-
public
OC\Authentication\LoginCredentials\Credentials::
getPassword
()¶ Source: lib/private/Authentication/LoginCredentials/Credentials.php#67 Returns: string