Method | Description | |
---|---|---|
getOptions ( ) : array | Returns the options array | |
setOptions ( array $options ) : void | Sets the options array | |
startAuthentication ( |
Starts the authentication. (e.g. redirect to login page or send 401 HTTP header) |
public getOptions ( ) : array | ||
return | array | An array of configuration options |
public setOptions ( array $options ) : void | ||
$options | array | An array of configuration options |
return | void |
public startAuthentication ( |
||
$request | The current request | |
$response | The current response | |
return | void |