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