uawdijnntqw1x1x1
IP : 216.73.216.124
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
creationoo
/
www
/
wp-includes
/
..
/
wp-includess
/
html-api
/
..
/
Requests
/
Auth.php
/
/
<?php /** * Authentication provider interface * * @package Requests * @subpackage Authentication */ /** * Authentication provider interface * * Implement this interface to act as an authentication provider. * * Parameters should be passed via the constructor where possible, as this * makes it much easier for users to use your provider. * * @see Requests_Hooks * @package Requests * @subpackage Authentication */ interface Requests_Auth { /** * Register hooks as needed * * This method is called in {@see Requests::request} when the user has set * an instance as the 'auth' option. Use this callback to register all the * hooks you'll need. * * @see Requests_Hooks::register * @param Requests_Hooks $hooks Hook system */ public function register(Requests_Hooks &$hooks); }
/home/creationoo/www/wp-includes/../wp-includess/html-api/../Requests/Auth.php