PskSecurityScheme class final

Pre-shared key authentication security configuration identified by the Vocabulary Term psk.

Inheritance

Constructors

PskSecurityScheme({String? identity, String? description, Map<String, String>? descriptions, Uri? proxy, List<String>? jsonLdType, Map<String, dynamic>? additionalFields})
Constructor.
const
PskSecurityScheme.fromJson(Map<String, dynamic> json, PrefixMapping prefixMapping, Set<String> parsedFields)
Creates a PskSecurityScheme from a json object.
factory

Properties

additionalFields Map<String, dynamic>?
Additional fields collected during the parsing of a JSON object.
finalinherited
description String?
The default description of this SecurityScheme.
finalinherited
descriptions Map<String, String>?
A Map of multi-language descriptions.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
identity String?
Name for query, header, cookie, or uri parameters.
final
jsonLdType List<String>?
A List of JSON-LD @type annotations.
finalinherited
proxy Uri?
Uri of the proxy server this security configuration provides access to.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
The actual security scheme identifier.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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