getGatewayJwtByGatewayUuid method

ResponseFuture<StringValue> getGatewayJwtByGatewayUuid(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.StringValue> getGatewayJwtByGatewayUuid($0.StringValue request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getGatewayJwtByGatewayUuid, request, options: options);
}