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