Open::Api::Security::Scheme::ApiKeyAuth
Inherits YAML::Serializable < JSON::Serializable < Open::Api::Security::Scheme < YAML::Serializable < JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceClass methods
jwt_bearer
SourceInstance methods
api_key_in
REQUIRED. The location of the API key. Valid values are "query", "header" or "cookie".