PasswordAuthenticatedUserInterface
in
For users that can be authenticated using a password.
Tags
Table of Contents
Methods
- getPassword() : string|null
- Returns the hashed password used to authenticate the user.
Methods
getPassword()
Returns the hashed password used to authenticate the user.
public
getPassword() : string|null
Usually on authentication, a plain-text password will be compared to this value.