JAuthentication::authenticate
Finds out if a set of login credentials are valid by asking all observing objects to run their respective authentication routines.
Signature
public function authenticate(array
$credentials,
array
$optionsĀ )
Parameters
-
$credentials
- Array holding the user credentials.
-
$options
- Array holding user options.
Returns
- JAuthenticationResponse
- Response object with status variable filled in for last plugin or first successful plugin.