Oauth (class)

Class Oauth

Oauth 1 authentication strategy for Cake\Network\Http\Client

This object does not handle getting Oauth access tokens from the service provider. It only handles make client requests after you have obtained the Oauth tokens.

Generally not directly constructed, but instead used by Cake\Network\Http\Client when $options['auth']['type'] is 'oauth'

Method Detail