Interface AuthStrategyInterface
category |
System |
---|---|
package |
Authentication |
subpackage |
Interfaces |
getHash(\StringType $password) : string
Throws |
|
---|
string
Resulting hash.
getRehashedPassword(\StringType $password, \NonEmptyStringType $hash, \AuthStrategyCollection|null $authStrategyCollection = null) : string
string
The new password hash.
verify(\StringType $password, \NonEmptyStringType $hash, \AuthStrategyCollection $authStrategyCollection = null) : boolean
\StringType
\NonEmptyStringType
\AuthStrategyCollection
boolean
Is the password valid?