challenge() public abstract method
Generates challenges upon authentication failure.
For example, some appropriate HTTP headers may be generated.
public abstract void challenge ( $response ) | ||
---|---|---|
$response | yii\web\Response |
challenge() public abstract method
Generates challenges upon authentication failure.
For example, some appropriate HTTP headers may be generated.
public abstract void challenge ( $response ) | ||
---|---|---|
$response | yii\web\Response |
Please login to continue.