<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: keyapis/jwks/v1/keyapis_jwks_key_v1.proto

namespace Keyapis\Jwks\V1;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * Запрос на получение публичных ключей
 *
 * Generated from protobuf message <code>keyapis.jwks.v1.GetKeyWellKnownJwksJsonRequest</code>
 */
class GetKeyWellKnownJwksJsonRequest extends \Google\Protobuf\Internal\Message
{

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Keyapis\Jwks\V1\KeyapisJwksKeyV1::initOnce();
        parent::__construct($data);
    }

}

