webman_ad/generated/GRPC/Auth/AuthInterface.php
2025-01-06 10:47:22 +08:00

23 lines
590 B
PHP

<?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;
}