Class: Grpc::Gateway::ProtocGenOpenapiv2::Options::SecurityScheme::In

Inherits:
Object
  • Object
show all
Extended by:
Protobug::Enum
Defined in:
lib/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.rb

Overview

The location of the API key. Valid values are “query” or “header”.

Constant Summary collapse

IN_INVALID =
new("IN_INVALID", 0).freeze
IN_QUERY =
new("IN_QUERY", 1).freeze
IN_HEADER =
new("IN_HEADER", 2).freeze