mediatekformation

PasswordAuthenticatedInterface

An optional interface for "guard" authenticators that deal with user passwords.

Table of Contents

getPassword()  : string|null
Returns the clear-text password contained in credentials if any.

Methods

getPassword()

Returns the clear-text password contained in credentials if any.

public getPassword(mixed $credentials) : string|null
Parameters
$credentials : mixed

The user credentials

Return values
string|null

Search results