IPasswordHashBackend
in
Tags
Table of Contents
Methods
- getPasswordHash() : string|null
- setPasswordHash() : bool
Methods
getPasswordHash()
public
getPasswordHash(string $userId) : string|null
Parameters
- $userId : string
Tags
Return values
string|null —the password hash hashed by \OCP\Security\IHasher::hash()
setPasswordHash()
public
setPasswordHash(string $userId, string $passwordHash) : bool
Parameters
- $userId : string
- $passwordHash : string
-
the password hash hashed by
\OCP\Security\IHasher::hash()