authclient\InvalidResponseException __construct()

__construct() public method Constructor. public void __construct ( $responseHeaders, $responseBody, $message = null, $code = 0, Exception $previous = null )$responseHeaders array Response headers $responseBody string Response body $message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

authclient\BaseOAuth removeState()

removeState() protected method Removes persistent state value. protected boolean removeState ( $key )$key string State key. return boolean Success.

behaviors\SluggableBehavior generateSlug()

generateSlug() protected method This method is called by getValue() to generate the slug. You may override it to customize slug generation. The default implementation calls yii\helpers\Inflector::slug() on the input strings concatenated by dashes (-). protected string generateSlug ( $slugParts )$slugParts array An array of strings that should be concatenated and converted to generate the slug value. return string The conversion result.

mongodb\file\ActiveRecord updateInternal()

updateInternal() protected method See also yii\mongodb\file\ActiveRecord::update(). protected void updateInternal ( $attributes = null )$attributes throws yii\db\StaleObjectException

authclient\BaseOAuth getCurlOptions()

getCurlOptions() public method public array getCurlOptions ( )return array CURL options.

authclient\WeChat defaultViewOptions()

defaultViewOptions() protected method Returns the default $viewOptions value. Particular client may override this method in order to provide specific default view options. protected array defaultViewOptions ( )return array List of default $viewOptions

authclient\OAuth2 refreshAccessToken()

refreshAccessToken() public method Gets new auth token to replace expired one. public yii\authclient\OAuthToken refreshAccessToken ( yii\authclient\OAuthToken $token )$token yii\authclient\OAuthToken Expired auth token. return yii\authclient\OAuthToken New auth token.

authclient\OAuthToken getExpireDurationParamKey()

getExpireDurationParamKey() public method public string getExpireDurationParamKey ( )return string Expire duration param key.

authclient\clients\LinkedIn defaultNormalizeUserAttributeMap()

defaultNormalizeUserAttributeMap() protected method Returns the default $normalizeUserAttributeMap value. Particular client may override this method in order to provide specific default map. protected array defaultNormalizeUserAttributeMap ( )return array Normalize attribute map.

db\BatchQueryResult next()

next() public method Moves the internal pointer to the next dataset. This method is required by the interface Iterator. public void next ( )