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