interface UserPasswordEncoderInterface
UserPasswordEncoderInterface is the interface for the password encoder service.
| string | encodePassword(UserInterface $user, string $plainPassword) Encodes the plain password. | |
| bool | isPasswordValid(UserInterface $user, string $raw) |
Encodes the plain password.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.html