authSuccess() protected method
This method is invoked in case of successful authentication via auth client.
| protected yii\web\Response authSuccess ( $client ) | ||
|---|---|---|
| $client | yii\authclient\ClientInterface |
Auth client instance. |
| return | yii\web\Response |
Response instance. |
| throws | yii\base\InvalidConfigException |
on invalid success callback. |
Please login to continue.