authclient\OpenId $authUrl

$authUrl public property Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. public string $authUrl = null

authclient\OpenId $axToSregMap

$axToSregMap public property Map of matches between AX and SREG attribute names in format: axAttributeName => sregAttributeName public array $axToSregMap = ['namePerson/friendly' => 'nickname', 'contact/email' => 'email', 'namePerson' => 'fullname', 'birthDate' => 'dob', 'person/gender' => 'gender', 'contact/postalCode/home' => 'postcode', 'contact/country/home' => 'country', 'pref/language' => 'language', 'pref/timezone' => 'timezone']

authclient\OpenId $cainfo

$cainfo public property The name of a file holding one or more certificates to verify the peer with. This value will take effect only if $verifyPeer is set. public string $cainfo = null

authclient\OAuthToken setParams()

setParams() public method public void setParams ( array $params )$params array

authclient\OAuthToken setToken()

setToken() public method Sets token value. public $this setToken ( $token )$token string Token value. return $this The object itself

authclient\OAuthToken setTokenSecret()

setTokenSecret() public method Sets the token secret value. public void setTokenSecret ( $tokenSecret )$tokenSecret string Token secret.

authclient\OAuthToken setParam()

setParam() public method Sets param by name. public void setParam ( $name, $value )$name string Param name. $value mixed Param value,

authclient\OAuthToken setExpireDuration()

setExpireDuration() public method Sets token expire duration. public void setExpireDuration ( $expireDuration )$expireDuration string Token expiration duration.

authclient\OAuthToken init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

authclient\OAuthToken setExpireDurationParamKey()

setExpireDurationParamKey() public method public void setExpireDurationParamKey ( $expireDurationParamKey )$expireDurationParamKey string Expire duration param key.