SecurityRequirementsV3 class
Security requirements object representing security requirements for an operation.
Constructors
-
SecurityRequirementsV3(Map<
String, List< requirements)String> > -
Creates a SecurityRequirementsV3 with the given requirements.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requirements
→ Map<
String, List< String> > -
A map of security scheme names to lists of scopes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the SecurityRequirementsV3 to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited