class AuthHandlerFactory (View source)

Methods

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

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

Details

static 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

Guzzle6AuthHandler|Guzzle7AuthHandler

Exceptions

Exception