Home
last modified time | relevance | path

Searched refs:tokenFunc (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php70 $tokenFunc = function ($scopes) use ($token) {
75 $tokenFunc,
H A DGuzzle6AuthHandler.php73 $tokenFunc = function ($scopes) use ($token) {
78 $tokenFunc,
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php45 private $tokenFunc; variable in Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware
55 * @param callable $tokenFunc a token generator function
61 callable $tokenFunc, argument
66 $this->tokenFunc = $tokenFunc;
160 $token = call_user_func($this->tokenFunc, $this->scopes);