Warning! You are currently reading the documentation for Requests 1.x.
It is recommended to upgrade to Requests 2.x at your earliest convenience.
Upgrading to Requests 2.x is fairly straight-forward.
A full list of the changes can be found in the Changelog.
Visit the documentation for Requests_Auth
in Requests 2.x.
Interface Requests_Auth
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.
Direct known implementers
Requests_Auth_Basic
public
|