23 lines
590 B
PHP
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;
|
|
}
|