ice framework documentation ice doc v1.10.1
Methods
Methods Details
  • 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()