// Copyright (c) Mainflux
// SPDX-License-Identifier: Apache-2.0
package grpc
type authorizeRes struct {
id string
authorized bool
}