handleFailure() public abstract method
Handles authentication failure.
The implementation should normally throw UnauthorizedHttpException to indicate authentication failure.
public abstract void handleFailure ( $response ) | ||
---|---|---|
$response | yii\web\Response | |
throws | yii\web\UnauthorizedHttpException |
Please login to continue.