# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: keyapis/identity/v1/keyapis_identity_token_v1.proto for package 'Keyapis.Identity.V1'
# Original file comments:
#
# Сервис предоставляет возможность авторизации

require 'grpc'
require 'keyapis/identity/v1/keyapis_identity_token_v1_pb'

module Keyapis
  module Identity
    module V1
      module TokenService
        # Сервис токенов пользователей
        class Service

          include ::GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'keyapis.identity.v1.TokenService'

          # Метод получения токена по идентификатору пользователя.
          # Метод доступен для: service
          rpc :PostTokenUser, ::Keyapis::Identity::V1::PostTokenUserRequest, ::Keyapis::Identity::V1::PostTokenUserResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end
