-
-
getAccessToken() : void
-
getProvider() : void
-
getResponseType() : void
-
Adapter constructor.
-
Magic method to get user's info.
-
Whether or not an data exists by key.
-
Retrieve a single key from an array.
-
getAuthUrl() : voidGet authentication url.
-
Get option value with key.
-
Make curl get/post request and return result.
-
public function setAccessToken(variable $accessToken)
-
public function getAccessToken()
-
public function getProvider()
-
public function getResponseType()
-
public function __construct(variable $config)
Adapter constructor. -
public function __call(string $name, variable $arguments)
Magic method to get user's info. -
public function has(string $key)
Whether or not an data exists by key. -
public function get(string $key, variable $defaultValue)
Retrieve a single key from an array.If the key does not exist in the array, the default value will be returned. -
public function getAuthUrl()
Get authentication url. -
public function getOption(string $key, variable $defaultValue)
Get option value with key. -
protected function call(int $method, string $url, array $params, bool $parse)
Make curl get/post request and return result. -
internal function zephir_init_properties_Ice_Auth_Social_Adapter()