PHP 8.2.31
Preview: auth.php Size: 784 B
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/nextend-facebook-connect/includes/auth.php

<?php

abstract class NextendSocialAuth {

    protected $providerID;

    protected $access_token_data;

    public function __construct($providerID) {
        $this->providerID = $providerID;
    }

    public function checkError() {

    }

    /**
     * @param string $access_token_data
     */
    public function setAccessTokenData($access_token_data) {
        $this->access_token_data = json_decode($access_token_data, true);
    }

    public abstract function createAuthUrl();

    public abstract function authenticate();

    public abstract function get($path, $data = array(), $endpoint = false);

    /**
     * @return bool
     */
    public abstract function hasAuthenticateData();

    /**
     * @return string
     */
    public abstract function getTestUrl();
}

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
784 B lrw-r--r-- 2025-05-19 13:47:07
Edit Download
19.63 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
9.79 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
338 B lrw-r--r-- 2025-05-19 13:47:07
Edit Download
11.23 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
15.81 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
3.08 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
17.45 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
5.21 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
43.12 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
32.81 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
11.06 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).