authOAuth2() protected method
Performs OAuth2 auth flow.
| protected yii\web\Response authOAuth2 ( $client ) | ||
|---|---|---|
| $client | yii\authclient\OAuth2 |
Auth client instance. |
| return | yii\web\Response |
Action response. |
| throws | yii\base\Exception |
on failure. |
authOAuth2() protected method
Performs OAuth2 auth flow.
| protected yii\web\Response authOAuth2 ( $client ) | ||
|---|---|---|
| $client | yii\authclient\OAuth2 |
Auth client instance. |
| return | yii\web\Response |
Action response. |
| throws | yii\base\Exception |
on failure. |
Please login to continue.