class Google_AuthHandler_AuthHandlerFactory extends AuthHandlerFactory (View source)

Methods

build($cache = null, array $cacheConfig = [])

Builds out a default http handler for the installed version of guzzle.

Details

static Guzzle5AuthHandler|Guzzle6AuthHandler|Guzzle7AuthHandler build($cache = null, array $cacheConfig = [])

Builds out a default http handler for the installed version of guzzle.

Parameters

$cache
array $cacheConfig

Return Value

Guzzle5AuthHandler|Guzzle6AuthHandler|Guzzle7AuthHandler

Exceptions

Exception