Skip to content

DereferencedSecurityRequirement

mattpolzin edited this page Jun 11, 2021 · 4 revisions

DereferencedSecurityRequirement

An OpenAPI.SecurityRequirement type that contains the actual security schemas it would otherwise just be referencing with the keys of the Security Requirement dictionary.

public struct DereferencedSecurityRequirement: Equatable 

Inheritance

Equatable

Properties

underlyingSecurityRequirement

The OpenAPI.SecurityRequirement representation of this DereferencedSecurityRequirement.

public let underlyingSecurityRequirement: OpenAPI.SecurityRequirement

schemes

A dictionary mapping security scheme names to the schemes themselves and (when relevant) the security scopes required on the given schemes.

public let schemes: [String: ScopedScheme]
Types
Protocols
Global Functions
Extensions
Clone this wiki locally