Home
last modified time | relevance | path

Searched refs:SimpleMiddleware (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle6AuthHandler.php10 use Google\Auth\Middleware\SimpleMiddleware; alias
95 $middleware = new SimpleMiddleware(['key' => $key]);
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php29 class SimpleMiddleware class