AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface::handle PHP Метод

handle() публичный Метод

Handle corresponding grant type logic.
public handle ( Request $request ) : JsonResponse
$request Symfony\Component\HttpFoundation\Request Incoming request object
Результат JsonResponse The json response object for token endpoint
    public function handle(Request $request);
GrantTypeHandlerInterface