Documentation

PasswordAuthenticatedUserInterface

For users that can be authenticated using a password.

Tags
author

Robin Chalas robin.chalas@gmail.com

author

Wouter de Jong wouter@wouterj.nl

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.

Return values
string|null

        
On this page

Search results