AuthenticationStrategyInterface
Joomla Framework AuthenticationStrategy Interface
since |
1.0 |
---|---|
package |
Joomla Framework |
Methods
authenticate
Attempt authentication.
authenticate() : string|bool
since |
1.0 |
---|
Response
string|bool
A string containing a username if authentication is successful, false otherwise.
getResult
Get last authentication result.
getResult() : int
since |
1.0 |
---|
Response
int
An integer from Authentication class constants with the authentication result.