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
package Requests
subpackage Authentication

 Methods

Register hooks as needed

register(\Requests_Hooks $hooks) 

This method is called in \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

Parameters

$hooks

\Requests_Hooks

Hook system