interface PasswordAuthenticatedUserInterface

For users that can be authenticated using a password.

Methods

string|null
getPassword()

Returns the hashed password used to authenticate the user.

Details

string|null getPassword()

Returns the hashed password used to authenticate the user.

Usually on authentication, a plain-text password will be compared to this value.

Return Value

string|null