\Pop\Auth\AdapterAdapterInterface

Auth adapter interface

Summary

Methods
Constants
getUsername()
getPassword()
setUsername()
setPassword()
authenticate()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getUsername()

getUsername() : string

Get the username

Returns

string

getPassword()

getPassword() : string

Get the password

Returns

string

setUsername()

setUsername(string  $username) : \Pop\Auth\Adapter\AdapterInterface

Set the username

Parameters

string $username

Returns

\Pop\Auth\Adapter\AdapterInterface

setPassword()

setPassword(string  $password) : \Pop\Auth\Adapter\AdapterInterface

Set the password

Parameters

string $password

Returns

\Pop\Auth\Adapter\AdapterInterface

authenticate()

authenticate() : integer

Method to authenticate

Returns

integer