<?php # Generated by the protocol buffer compiler (roadrunner-server/grpc). DO NOT EDIT! # source: proto/auth.proto namespace GRPC\Auth; use Spiral\RoadRunner\GRPC; interface AuthInterface extends GRPC\ServiceInterface { // GRPC specific service name. public const NAME = "auth.Auth"; /** * @param GRPC\ContextInterface $ctx * @param ValidateJwtTokenReq $in * @return ValidateJwtTokenResp * * @throws GRPC\Exception\InvokeException */ public function ValidateJwtToken(GRPC\ContextInterface $ctx, ValidateJwtTokenReq $in): ValidateJwtTokenResp; }