SecuritySchemeApiKeyV2 class

API key security scheme.

Inheritance

Constructors

SecuritySchemeApiKeyV2({required String name, required String in_, String? description})
Creates a SecuritySchemeApiKeyV2 with the given name, in_, and optional description.

Properties

description String?
A description of the security scheme.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
in_ String
The location of the API key (e.g., "header" or "query").
final
name String
The name of the header or query parameter to be used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of the security scheme.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the SecuritySchemeObjectV2 to a map.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited