Searched refs:tokenFunc (Results 1 – 3 of 3) sorted by relevance
45 private $tokenFunc; variable in Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware55 * @param callable $tokenFunc a token generator function61 callable $tokenFunc, argument66 $this->tokenFunc = $tokenFunc;160 $token = call_user_func($this->tokenFunc, $this->scopes);
70 $tokenFunc = function ($scopes) use ($token) {75 $tokenFunc,
73 $tokenFunc = function ($scopes) use ($token) {78 $tokenFunc,