Class yii\authclient\InvalidResponseException

Inheritanceyii\authclient\InvalidResponseException » yii\base\Exception
Available since extension's version2.0
Source Code https://github.com/yiisoft/yii2-authclient/blob/master/InvalidResponseException.php

InvalidResponseException represents an exception caused by invalid remote server response.

Public Properties

Hide inherited properties

Property Type Description Defined By
$responseBody string Response body. yii\authclient\InvalidResponseException
$responseHeaders array Response headers. yii\authclient\InvalidResponseException

Property Details

Hide inherited properties

$responseBody public property

Response body.

public string $responseBody ''
$responseHeaders public property

Response headers.

public array $responseHeaders = []